Html Css Color HEX #9C3A02 Saddle Brown

📋 copy color: '#9C3A02'

red 156 ◦ green 58 ◦ blue 2

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

Shades of Saddle Brown #9C3A02

Tints of Saddle Brown #9C3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.85%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 72.22%
G = 26.85%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9C3A02 (or 0x9C3A02) is known color: Saddle Brown. HEX triplet: 9C, 3A and 02. RGB value is (156,58,2). Sum of RGB (Red+Green+Blue) = 156+58+2=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3A02 is #63C5FD. Grayscale: #515151. Windows color (decimal): -6538750 or 146076. OLE color: 146076.

HSL color Cylindrical-coordinate representation of color #9C3A02: hue angle of 21.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C3A02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 58 2 -
CMYK 0 0.63 0.99 0.39
HSL 21.82º 0.97% 0.31% -
HSV(B) 21.82º 0.99% 0.61% -
XYZ 15.23 10.1 1.2 -
YUV 80.92 83.47 181.55 -
System Red Green Blue C M Y K H S L
Decimal 156 58 2 0 0.63 0.99 0.39 21.82 0.97 0.31
Hex 9C 3A 2 0 3F 63 27 16 61 1F
Octal 234 72 2 0 77 143 47 26 141 37
Binary 10011100 111010 10 0 111111 1100011 100111 10110 1100001 11111

Color Harmonies of #9C3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3A02

Black with #9C3A02

Text Example


Text Example

White with #9C3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,58,2); }

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

background-color css

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

 a { background-color: rgb(156,58,2); }

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

border-color css

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

 span { border-color: rgb(156,58,2); }

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