Html Css Color HEX #9C3307 Saddle Brown

📋 copy color: '#9C3307'

red 156 ◦ green 51 ◦ blue 7

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

Shades of Saddle Brown #9C3307

Tints of Saddle Brown #9C3307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 7 (3.13% from 255) = 3.27%

R = 72.9%
G = 23.83%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C3307 (or 0x9C3307) is known color: Saddle Brown. HEX triplet: 9C, 33 and 07. RGB value is (156,51,7). Sum of RGB (Red+Green+Blue) = 156+51+7=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3307 is #63CCF8. Grayscale: #4D4D4D. Windows color (decimal): -6540537 or 471964. OLE color: 471964.

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

Color convert

RGB 156 51 7 -
CMYK 0 0.67 0.96 0.39
HSL 17.72º 0.91% 0.32% -
HSV(B) 17.72º 0.96% 0.61% -
XYZ 14.93 9.45 1.24 -
YUV 77.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 156 51 7 0 0.67 0.96 0.39 17.72 0.91 0.32
Hex 9C 33 7 0 43 60 27 12 5B 20
Octal 234 63 7 0 103 140 47 22 133 40
Binary 10011100 110011 111 0 1000011 1100000 100111 10010 1011011 100000

Color Harmonies of #9C3307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3307

Black with #9C3307

Text Example


Text Example

White with #9C3307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,7); }

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

background-color css

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

 a { background-color: rgb(156,51,7); }

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

border-color css

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

 span { border-color: rgb(156,51,7); }

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