Html Css Color HEX #9B2C08 Burnt Umber

📋 copy color: '#9B2C08'

red 155 ◦ green 44 ◦ blue 8

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

Shades of Burnt Umber #9B2C08

Tints of Burnt Umber #9B2C08

RGB

 RED value IS 155 (60.94% from 255) = 74.88%

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

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

R = 74.88%
G = 21.26%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B2C08 (or 0x9B2C08) is known color: Burnt Umber. HEX triplet: 9B, 2C and 08. RGB value is (155,44,8). Sum of RGB (Red+Green+Blue) = 155+44+8=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2C08 is #64D3F7. Grayscale: #494949. Windows color (decimal): -6607864 or 535707. OLE color: 535707.

HSL color Cylindrical-coordinate representation of color #9B2C08: hue angle of 14.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B2C08 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 44 8 -
CMYK 0 0.72 0.95 0.39
HSL 14.69º 0.9% 0.32% -
HSV(B) 14.69º 0.95% 0.61% -
XYZ 14.46 8.79 1.16 -
YUV 73.09 91.27 186.43 -
System Red Green Blue C M Y K H S L
Decimal 155 44 8 0 0.72 0.95 0.39 14.69 0.9 0.32
Hex 9B 2C 8 0 48 5F 27 F 5A 20
Octal 233 54 10 0 110 137 47 17 132 40
Binary 10011011 101100 1000 0 1001000 1011111 100111 1111 1011010 100000

Color Harmonies of #9B2C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C08

Black with #9B2C08

Text Example


Text Example

White with #9B2C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B2C08; }

 p { color: rgb(155,44,8); }

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

background-color css

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

 a { background-color: rgb(155,44,8); }

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

border-color css

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

 span { border-color: rgb(155,44,8); }

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