Html Css Color HEX #9C3003 Saddle Brown

📋 copy color: '#9C3003'

red 156 ◦ green 48 ◦ blue 3

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

Shades of Saddle Brown #9C3003

Tints of Saddle Brown #9C3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

 BLUE value IS 3 (1.56% from 255) = 1.45%

R = 75.36%
G = 23.19%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#9C3003 (or 0x9C3003) is known color: Saddle Brown. HEX triplet: 9C, 30 and 03. RGB value is (156,48,3). Sum of RGB (Red+Green+Blue) = 156+48+3=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3003 is #63CFFC. Grayscale: #4B4B4B. Windows color (decimal): -6541309 or 209052. OLE color: 209052.

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

Color convert

RGB 156 48 3 -
CMYK 0 0.69 0.98 0.39
HSL 17.65º 0.96% 0.31% -
HSV(B) 17.65º 0.98% 0.61% -
XYZ 14.78 9.19 1.08 -
YUV 75.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 156 48 3 0 0.69 0.98 0.39 17.65 0.96 0.31
Hex 9C 30 3 0 45 62 27 12 60 1F
Octal 234 60 3 0 105 142 47 22 140 37
Binary 10011100 110000 11 0 1000101 1100010 100111 10010 1100000 11111

Color Harmonies of #9C3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3003

Black with #9C3003

Text Example


Text Example

White with #9C3003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,48,3); }

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

background-color css

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

 a { background-color: rgb(156,48,3); }

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

border-color css

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

 span { border-color: rgb(156,48,3); }

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