Html Css Color HEX #9C351B Burnt Umber

📋 copy color: '#9C351B'

red 156 ◦ green 53 ◦ blue 27

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

Shades of Burnt Umber #9C351B

Tints of Burnt Umber #9C351B

RGB

 RED value IS 156 (61.33% from 255) = 66.1%

 GREEN value IS 53 (21.09% from 255) = 22.46%

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

R = 66.1%
G = 22.46%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C351B (or 0x9C351B) is known color: Burnt Umber. HEX triplet: 9C, 35 and 1B. RGB value is (156,53,27). Sum of RGB (Red+Green+Blue) = 156+53+27=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C351B is #63CAE4. Grayscale: #515151. Windows color (decimal): -6540005 or 1783196. OLE color: 1783196.

HSL color Cylindrical-coordinate representation of color #9C351B: hue angle of 12.09º 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 #9C351B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 53 27 -
CMYK 0 0.66 0.83 0.39
HSL 12.09º 0.7% 0.36% -
HSV(B) 12.09º 0.83% 0.61% -
XYZ 15.18 9.69 2.11 -
YUV 80.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 156 53 27 0 0.66 0.83 0.39 12.09 0.7 0.36
Hex 9C 35 1B 0 42 53 27 C 46 24
Octal 234 65 33 0 102 123 47 14 106 44
Binary 10011100 110101 11011 0 1000010 1010011 100111 1100 1000110 100100

Color Harmonies of #9C351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C351B

Black with #9C351B

Text Example


Text Example

White with #9C351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,53,27); }

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

background-color css

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

 a { background-color: rgb(156,53,27); }

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

border-color css

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

 span { border-color: rgb(156,53,27); }

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