Html Css Color HEX #952C0D Burnt Umber

📋 copy color: '#952C0D'

red 149 ◦ green 44 ◦ blue 13

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

Shades of Burnt Umber #952C0D

Tints of Burnt Umber #952C0D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.36%

 BLUE value IS 13 (5.47% from 255) = 6.31%

R = 72.33%
G = 21.36%
B = 6.31%

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

#952C0D (or 0x952C0D) is known color: Burnt Umber. HEX triplet: 95, 2C and 0D. RGB value is (149,44,13). Sum of RGB (Red+Green+Blue) = 149+44+13=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #952C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C0D is #6AD3F2. Grayscale: #484848. Windows color (decimal): -7001075 or 863381. OLE color: 863381.

HSL color Cylindrical-coordinate representation of color #952C0D: hue angle of 13.68º degrees, saturation: 0.84, 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 #952C0D is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 13 -
CMYK 0 0.70 0.91 0.42
HSL 13.68º 0.84% 0.32% -
HSV(B) 13.68º 0.91% 0.58% -
XYZ 13.37 8.22 1.26 -
YUV 71.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 149 44 13 0 0.70 0.91 0.42 13.68 0.84 0.32
Hex 95 2C D 0 46 5B 2A E 54 20
Octal 225 54 15 0 106 133 52 16 124 40
Binary 10010101 101100 1101 0 1000110 1011011 101010 1110 1010100 100000

Color Harmonies of #952C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C0D

Black with #952C0D

Text Example


Text Example

White with #952C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,13); }

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

background-color css

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

 a { background-color: rgb(149,44,13); }

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

border-color css

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

 span { border-color: rgb(149,44,13); }

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