Html Css Color HEX #9B331F Burnt Umber

📋 copy color: '#9B331F'

red 155 ◦ green 51 ◦ blue 31

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

Shades of Burnt Umber #9B331F

Tints of Burnt Umber #9B331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 65.4%
G = 21.52%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B331F (or 0x9B331F) is known color: Burnt Umber. HEX triplet: 9B, 33 and 1F. RGB value is (155,51,31). Sum of RGB (Red+Green+Blue) = 155+51+31=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B331F is #64CCE0. Grayscale: #505050. Windows color (decimal): -6606049 or 2044827. OLE color: 2044827.

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

Color convert

RGB 155 51 31 -
CMYK 0 0.67 0.8 0.39
HSL 9.68º 0.67% 0.36% -
HSV(B) 9.68º 0.8% 0.61% -
XYZ 14.95 9.44 2.33 -
YUV 79.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 155 51 31 0 0.67 0.8 0.39 9.68 0.67 0.36
Hex 9B 33 1F 0 43 50 27 A 43 24
Octal 233 63 37 0 103 120 47 12 103 44
Binary 10011011 110011 11111 0 1000011 1010000 100111 1010 1000011 100100

Color Harmonies of #9B331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B331F

Black with #9B331F

Text Example


Text Example

White with #9B331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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