Html Css Color HEX #952D12 Burnt Umber

📋 copy color: '#952D12'

red 149 ◦ green 45 ◦ blue 18

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

Shades of Burnt Umber #952D12

Tints of Burnt Umber #952D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 70.28%
G = 21.23%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#952D12 (or 0x952D12) is known color: Burnt Umber. HEX triplet: 95, 2D and 12. RGB value is (149,45,18). Sum of RGB (Red+Green+Blue) = 149+45+18=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #952D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D12 is #6AD2ED. Grayscale: #494949. Windows color (decimal): -7000814 or 1191317. OLE color: 1191317.

HSL color Cylindrical-coordinate representation of color #952D12: hue angle of 12.37º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #952D12 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 18 -
CMYK 0 0.70 0.88 0.42
HSL 12.37º 0.78% 0.33% -
HSV(B) 12.37º 0.88% 0.58% -
XYZ 13.44 8.31 1.47 -
YUV 73.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 149 45 18 0 0.70 0.88 0.42 12.37 0.78 0.33
Hex 95 2D 12 0 46 58 2A C 4E 21
Octal 225 55 22 0 106 130 52 14 116 41
Binary 10010101 101101 10010 0 1000110 1011000 101010 1100 1001110 100001

Color Harmonies of #952D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D12

Black with #952D12

Text Example


Text Example

White with #952D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952D12; }

 p { color: rgb(149,45,18); }

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

background-color css

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

 a { background-color: rgb(149,45,18); }

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

border-color css

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

 span { border-color: rgb(149,45,18); }

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