Html Css Color HEX #954003 Saddle Brown

📋 copy color: '#954003'

red 149 ◦ green 64 ◦ blue 3

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

Shades of Saddle Brown #954003

Tints of Saddle Brown #954003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.63%

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

R = 68.98%
G = 29.63%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#954003 (or 0x954003) is known color: Saddle Brown. HEX triplet: 95, 40 and 03. RGB value is (149,64,3). Sum of RGB (Red+Green+Blue) = 149+64+3=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #954003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954003 is #6ABFFC. Grayscale: #525252. Windows color (decimal): -6995965 or 213141. OLE color: 213141.

HSL color Cylindrical-coordinate representation of color #954003: hue angle of 25.07º 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 #954003 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 64 3 -
CMYK 0 0.57 0.98 0.42
HSL 25.07º 0.96% 0.3% -
HSV(B) 25.07º 0.98% 0.58% -
XYZ 14.24 10.06 1.28 -
YUV 82.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 149 64 3 0 0.57 0.98 0.42 25.07 0.96 0.3
Hex 95 40 3 0 39 62 2A 19 60 1E
Octal 225 100 3 0 71 142 52 31 140 36
Binary 10010101 1000000 11 0 111001 1100010 101010 11001 1100000 11110

Color Harmonies of #954003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954003

Black with #954003

Text Example


Text Example

White with #954003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954003; }

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

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

background-color css

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

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

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

border-color css

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

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

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