Html Css Color HEX #952908 Burnt Umber

📋 copy color: '#952908'

red 149 ◦ green 41 ◦ blue 8

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

Shades of Burnt Umber #952908

Tints of Burnt Umber #952908

RGB

 RED value IS 149 (58.59% from 255) = 75.25%

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

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

R = 75.25%
G = 20.71%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#952908 (or 0x952908) is known color: Burnt Umber. HEX triplet: 95, 29 and 08. RGB value is (149,41,8). Sum of RGB (Red+Green+Blue) = 149+41+8=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #952908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952908 is #6AD6F7. Grayscale: #454545. Windows color (decimal): -7001848 or 534933. OLE color: 534933.

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

Color convert

RGB 149 41 8 -
CMYK 0 0.72 0.95 0.42
HSL 14.04º 0.9% 0.31% -
HSV(B) 14.04º 0.95% 0.58% -
XYZ 13.23 7.99 1.08 -
YUV 69.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 149 41 8 0 0.72 0.95 0.42 14.04 0.9 0.31
Hex 95 29 8 0 48 5F 2A E 5A 1F
Octal 225 51 10 0 110 137 52 16 132 37
Binary 10010101 101001 1000 0 1001000 1011111 101010 1110 1011010 11111

Color Harmonies of #952908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952908

Black with #952908

Text Example


Text Example

White with #952908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952908; }

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

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

background-color css

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

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

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

border-color css

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

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

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