Html Css Color HEX #953403 Saddle Brown

📋 copy color: '#953403'

red 149 ◦ green 52 ◦ blue 3

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

Shades of Saddle Brown #953403

Tints of Saddle Brown #953403

RGB

 RED value IS 149 (58.59% from 255) = 73.04%

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

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

R = 73.04%
G = 25.49%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#953403 (or 0x953403) is known color: Saddle Brown. HEX triplet: 95, 34 and 03. RGB value is (149,52,3). Sum of RGB (Red+Green+Blue) = 149+52+3=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #953403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953403 is #6ACBFC. Grayscale: #4B4B4B. Windows color (decimal): -6999037 or 210069. OLE color: 210069.

HSL color Cylindrical-coordinate representation of color #953403: hue angle of 20.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #953403 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 3 -
CMYK 0 0.65 0.98 0.42
HSL 20.14º 0.96% 0.3% -
HSV(B) 20.14º 0.98% 0.58% -
XYZ 13.64 8.85 1.08 -
YUV 75.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 149 52 3 0 0.65 0.98 0.42 20.14 0.96 0.3
Hex 95 34 3 0 41 62 2A 14 60 1E
Octal 225 64 3 0 101 142 52 24 140 36
Binary 10010101 110100 11 0 1000001 1100010 101010 10100 1100000 11110

Color Harmonies of #953403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953403

Black with #953403

Text Example


Text Example

White with #953403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953403; }

 p { color: rgb(149,52,3); }

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

background-color css

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

 a { background-color: rgb(149,52,3); }

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

border-color css

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

 span { border-color: rgb(149,52,3); }

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