Html Css Color HEX #952D0E Burnt Umber

📋 copy color: '#952D0E'

red 149 ◦ green 45 ◦ blue 14

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

Shades of Burnt Umber #952D0E

Tints of Burnt Umber #952D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.73%

R = 71.63%
G = 21.63%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#952D0E (or 0x952D0E) is known color: Burnt Umber. HEX triplet: 95, 2D and 0E. RGB value is (149,45,14). Sum of RGB (Red+Green+Blue) = 149+45+14=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #952D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D0E is #6AD2F1. Grayscale: #484848. Windows color (decimal): -7000818 or 929173. OLE color: 929173.

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

Color convert

RGB 149 45 14 -
CMYK 0 0.70 0.91 0.42
HSL 13.78º 0.83% 0.32% -
HSV(B) 13.78º 0.91% 0.58% -
XYZ 13.41 8.3 1.31 -
YUV 72.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 149 45 14 0 0.70 0.91 0.42 13.78 0.83 0.32
Hex 95 2D E 0 46 5B 2A E 53 20
Octal 225 55 16 0 106 133 52 16 123 40
Binary 10010101 101101 1110 0 1000110 1011011 101010 1110 1010011 100000

Color Harmonies of #952D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D0E

Black with #952D0E

Text Example


Text Example

White with #952D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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