Html Css Color HEX #9C340B Saddle Brown

📋 copy color: '#9C340B'

red 156 ◦ green 52 ◦ blue 11

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

Shades of Saddle Brown #9C340B

Tints of Saddle Brown #9C340B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 71.23%
G = 23.74%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9C340B (or 0x9C340B) is known color: Saddle Brown. HEX triplet: 9C, 34 and 0B. RGB value is (156,52,11). Sum of RGB (Red+Green+Blue) = 156+52+11=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C340B is #63CBF4. Grayscale: #4E4E4E. Windows color (decimal): -6540277 or 734364. OLE color: 734364.

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

Color convert

RGB 156 52 11 -
CMYK 0 0.67 0.93 0.39
HSL 16.97º 0.87% 0.33% -
HSV(B) 16.97º 0.93% 0.61% -
XYZ 15 9.55 1.37 -
YUV 78.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 156 52 11 0 0.67 0.93 0.39 16.97 0.87 0.33
Hex 9C 34 B 0 43 5D 27 11 57 21
Octal 234 64 13 0 103 135 47 21 127 41
Binary 10011100 110100 1011 0 1000011 1011101 100111 10001 1010111 100001

Color Harmonies of #9C340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C340B

Black with #9C340B

Text Example


Text Example

White with #9C340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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