Html Css Color HEX #9B3223 Burnt Umber

📋 copy color: '#9B3223'

red 155 ◦ green 50 ◦ blue 35

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

Shades of Burnt Umber #9B3223

Tints of Burnt Umber #9B3223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.58%

R = 64.58%
G = 20.83%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B3223 (or 0x9B3223) is known color: Burnt Umber. HEX triplet: 9B, 32 and 23. RGB value is (155,50,35). Sum of RGB (Red+Green+Blue) = 155+50+35=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3223 is #64CDDC. Grayscale: #4F4F4F. Windows color (decimal): -6606301 or 2306715. OLE color: 2306715.

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

Color convert

RGB 155 50 35 -
CMYK 0 0.68 0.77 0.39
HSL 7.5º 0.63% 0.37% -
HSV(B) 7.5º 0.77% 0.61% -
XYZ 14.96 9.37 2.61 -
YUV 79.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 155 50 35 0 0.68 0.77 0.39 7.5 0.63 0.37
Hex 9B 32 23 0 44 4D 27 8 3F 25
Octal 233 62 43 0 104 115 47 10 77 45
Binary 10011011 110010 100011 0 1000100 1001101 100111 1000 111111 100101

Color Harmonies of #9B3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3223

Black with #9B3223

Text Example


Text Example

White with #9B3223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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