Html Css Color HEX #9C341A Burnt Umber

📋 copy color: '#9C341A'

red 156 ◦ green 52 ◦ blue 26

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

Shades of Burnt Umber #9C341A

Tints of Burnt Umber #9C341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 66.67%
G = 22.22%
B = 11.11%

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

#9C341A (or 0x9C341A) is known color: Burnt Umber. HEX triplet: 9C, 34 and 1A. RGB value is (156,52,26). Sum of RGB (Red+Green+Blue) = 156+52+26=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C341A is #63CBE5. Grayscale: #505050. Windows color (decimal): -6540262 or 1717404. OLE color: 1717404.

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

Color convert

RGB 156 52 26 -
CMYK 0 0.67 0.83 0.39
HSL 12º 0.71% 0.36% -
HSV(B) 12º 0.83% 0.61% -
XYZ 15.12 9.6 2.03 -
YUV 80.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 156 52 26 0 0.67 0.83 0.39 12 0.71 0.36
Hex 9C 34 1A 0 43 53 27 C 47 24
Octal 234 64 32 0 103 123 47 14 107 44
Binary 10011100 110100 11010 0 1000011 1010011 100111 1100 1000111 100100

Color Harmonies of #9C341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C341A

Black with #9C341A

Text Example


Text Example

White with #9C341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,52,26); }

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

background-color css

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

 a { background-color: rgb(156,52,26); }

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

border-color css

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

 span { border-color: rgb(156,52,26); }

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