Html Css Color HEX #962908 Burnt Umber

📋 copy color: '#962908'

red 150 ◦ green 41 ◦ blue 8

#962908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #962908

Tints of Burnt Umber #962908

RGB

 RED value IS 150 (58.98% from 255) = 75.38%

 GREEN value IS 41 (16.41% from 255) = 20.6%

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 75.38%
G = 20.6%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#962908 (or 0x962908) is known color: Burnt Umber. HEX triplet: 96, 29 and 08. RGB value is (150,41,8). Sum of RGB (Red+Green+Blue) = 150+41+8=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #962908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962908 is #69D6F7. Grayscale: #464646. Windows color (decimal): -6936312 or 534934. OLE color: 534934.

HSL color Cylindrical-coordinate representation of color #962908: hue angle of 13.94º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #962908 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 8 -
CMYK 0 0.73 0.95 0.41
HSL 13.94º 0.9% 0.31% -
HSV(B) 13.94º 0.95% 0.59% -
XYZ 13.41 8.09 1.08 -
YUV 69.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 150 41 8 0 0.73 0.95 0.41 13.94 0.9 0.31
Hex 96 29 8 0 49 5F 29 E 5A 1F
Octal 226 51 10 0 111 137 51 16 132 37
Binary 10010110 101001 1000 0 1001001 1011111 101001 1110 1011010 11111

Color Harmonies of #962908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962908

Black with #962908

Text Example


Text Example

White with #962908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962908; }

 p { color: rgb(150,41,8); }

 H1.HeaderClassName
 {
   color: #962908;
 }
 .AnyTagClassName
 {
   color: #962908;
 }
</style>

background-color css

<style>
 a { background-color: #962908; }

 a { background-color: rgb(150,41,8); }

 div.DivClassName
 {
   background-color: #962908;
 }
 .BgClassName
 {
   background-color: #962908;
 }
</style>

border-color css

<style>
 span { border-color: #962908; }

 span { border-color: rgb(150,41,8); }

 td.TdClassName
 {
   border-color: #962908;
 }
 .TagClassName
 {
   border-color: #962908;
 }
</style>