Html Css Color HEX #9B371C Burnt Umber

📋 copy color: '#9B371C'

red 155 ◦ green 55 ◦ blue 28

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

Shades of Burnt Umber #9B371C

Tints of Burnt Umber #9B371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 65.13%
G = 23.11%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B371C (or 0x9B371C) is known color: Burnt Umber. HEX triplet: 9B, 37 and 1C. RGB value is (155,55,28). Sum of RGB (Red+Green+Blue) = 155+55+28=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B371C is #64C8E3. Grayscale: #525252. Windows color (decimal): -6605028 or 1849243. OLE color: 1849243.

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

Color convert

RGB 155 55 28 -
CMYK 0 0.65 0.82 0.39
HSL 12.76º 0.69% 0.36% -
HSV(B) 12.76º 0.82% 0.61% -
XYZ 15.09 9.78 2.19 -
YUV 81.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 155 55 28 0 0.65 0.82 0.39 12.76 0.69 0.36
Hex 9B 37 1C 0 41 52 27 D 45 24
Octal 233 67 34 0 101 122 47 15 105 44
Binary 10011011 110111 11100 0 1000001 1010010 100111 1101 1000101 100100

Color Harmonies of #9B371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B371C

Black with #9B371C

Text Example


Text Example

White with #9B371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,28); }

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

background-color css

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

 a { background-color: rgb(155,55,28); }

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

border-color css

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

 span { border-color: rgb(155,55,28); }

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