Html Css Color HEX #9C361C Burnt Umber

📋 copy color: '#9C361C'

red 156 ◦ green 54 ◦ blue 28

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

Shades of Burnt Umber #9C361C

Tints of Burnt Umber #9C361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 65.55%
G = 22.69%
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

#9C361C (or 0x9C361C) is known color: Burnt Umber. HEX triplet: 9C, 36 and 1C. RGB value is (156,54,28). Sum of RGB (Red+Green+Blue) = 156+54+28=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C361C is #63C9E3. Grayscale: #515151. Windows color (decimal): -6539748 or 1848988. OLE color: 1848988.

HSL color Cylindrical-coordinate representation of color #9C361C: hue angle of 12.19º degrees, saturation: 0.7, 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 #9C361C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 54 28 -
CMYK 0 0.65 0.82 0.39
HSL 12.19º 0.7% 0.36% -
HSV(B) 12.19º 0.82% 0.61% -
XYZ 15.24 9.79 2.19 -
YUV 81.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 156 54 28 0 0.65 0.82 0.39 12.19 0.7 0.36
Hex 9C 36 1C 0 41 52 27 C 46 24
Octal 234 66 34 0 101 122 47 14 106 44
Binary 10011100 110110 11100 0 1000001 1010010 100111 1100 1000110 100100

Color Harmonies of #9C361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C361C

Black with #9C361C

Text Example


Text Example

White with #9C361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,54,28); }

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

background-color css

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

 a { background-color: rgb(156,54,28); }

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

border-color css

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

 span { border-color: rgb(156,54,28); }

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