Html Css Color HEX #9B3218 Burnt Umber

📋 copy color: '#9B3218'

red 155 ◦ green 50 ◦ blue 24

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

Shades of Burnt Umber #9B3218

Tints of Burnt Umber #9B3218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 67.69%
G = 21.83%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B3218 (or 0x9B3218) is known color: Burnt Umber. HEX triplet: 9B, 32 and 18. RGB value is (155,50,24). Sum of RGB (Red+Green+Blue) = 155+50+24=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3218 is #64CDE7. Grayscale: #4E4E4E. Windows color (decimal): -6606312 or 1585819. OLE color: 1585819.

HSL color Cylindrical-coordinate representation of color #9B3218: hue angle of 11.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B3218 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 50 24 -
CMYK 0 0.68 0.85 0.39
HSL 11.91º 0.73% 0.35% -
HSV(B) 11.91º 0.85% 0.61% -
XYZ 14.82 9.32 1.88 -
YUV 78.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 155 50 24 0 0.68 0.85 0.39 11.91 0.73 0.35
Hex 9B 32 18 0 44 55 27 C 49 23
Octal 233 62 30 0 104 125 47 14 111 43
Binary 10011011 110010 11000 0 1000100 1010101 100111 1100 1001001 100011

Color Harmonies of #9B3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3218

Black with #9B3218

Text Example


Text Example

White with #9B3218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,50,24); }

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

background-color css

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

 a { background-color: rgb(155,50,24); }

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

border-color css

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

 span { border-color: rgb(155,50,24); }

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