Html Css Color HEX #9B2805 Burnt Umber

📋 copy color: '#9B2805'

red 155 ◦ green 40 ◦ blue 5

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

Shades of Burnt Umber #9B2805

Tints of Burnt Umber #9B2805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20%

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 77.5%
G = 20%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B2805 (or 0x9B2805) is known color: Burnt Umber. HEX triplet: 9B, 28 and 05. RGB value is (155,40,5). Sum of RGB (Red+Green+Blue) = 155+40+5=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2805 is #64D7FA. Grayscale: #464646. Windows color (decimal): -6608891 or 338075. OLE color: 338075.

HSL color Cylindrical-coordinate representation of color #9B2805: hue angle of 14º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B2805 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 40 5 -
CMYK 0 0.74 0.97 0.39
HSL 14º 0.94% 0.31% -
HSV(B) 14º 0.97% 0.61% -
XYZ 14.3 8.5 1.03 -
YUV 70.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 155 40 5 0 0.74 0.97 0.39 14 0.94 0.31
Hex 9B 28 5 0 4A 61 27 E 5E 1F
Octal 233 50 5 0 112 141 47 16 136 37
Binary 10011011 101000 101 0 1001010 1100001 100111 1110 1011110 11111

Color Harmonies of #9B2805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2805

Black with #9B2805

Text Example


Text Example

White with #9B2805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,40,5); }

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

background-color css

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

 a { background-color: rgb(155,40,5); }

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

border-color css

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

 span { border-color: rgb(155,40,5); }

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