Html Css Color HEX #9B331B Burnt Umber

📋 copy color: '#9B331B'

red 155 ◦ green 51 ◦ blue 27

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

Shades of Burnt Umber #9B331B

Tints of Burnt Umber #9B331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 66.52%
G = 21.89%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B331B (or 0x9B331B) is known color: Burnt Umber. HEX triplet: 9B, 33 and 1B. RGB value is (155,51,27). Sum of RGB (Red+Green+Blue) = 155+51+27=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B331B is #64CCE4. Grayscale: #4F4F4F. Windows color (decimal): -6606053 or 1782683. OLE color: 1782683.

HSL color Cylindrical-coordinate representation of color #9B331B: hue angle of 11.25º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B331B is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 51 27 -
CMYK 0 0.67 0.83 0.39
HSL 11.25º 0.7% 0.36% -
HSV(B) 11.25º 0.83% 0.61% -
XYZ 14.9 9.42 2.07 -
YUV 79.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 155 51 27 0 0.67 0.83 0.39 11.25 0.7 0.36
Hex 9B 33 1B 0 43 53 27 B 46 24
Octal 233 63 33 0 103 123 47 13 106 44
Binary 10011011 110011 11011 0 1000011 1010011 100111 1011 1000110 100100

Color Harmonies of #9B331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B331B

Black with #9B331B

Text Example


Text Example

White with #9B331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,51,27); }

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

background-color css

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

 a { background-color: rgb(155,51,27); }

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

border-color css

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

 span { border-color: rgb(155,51,27); }

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