Html Css Color HEX #965203 Saddle Brown

📋 copy color: '#965203'

red 150 ◦ green 82 ◦ blue 3

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

Shades of Saddle Brown #965203

Tints of Saddle Brown #965203

RGB

 RED value IS 150 (58.98% from 255) = 63.83%

 GREEN value IS 82 (32.42% from 255) = 34.89%

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

R = 63.83%
G = 34.89%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#965203 (or 0x965203) is known color: Saddle Brown. HEX triplet: 96, 52 and 03. RGB value is (150,82,3). Sum of RGB (Red+Green+Blue) = 150+82+3=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #965203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965203 is #69ADFC. Grayscale: #5D5D5D. Windows color (decimal): -6925821 or 217750. OLE color: 217750.

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

Color convert

RGB 150 82 3 -
CMYK 0 0.45 0.98 0.41
HSL 32.24º 0.96% 0.3% -
HSV(B) 32.24º 0.98% 0.59% -
XYZ 15.61 12.53 1.68 -
YUV 93.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 150 82 3 0 0.45 0.98 0.41 32.24 0.96 0.3
Hex 96 52 3 0 2D 62 29 20 60 1E
Octal 226 122 3 0 55 142 51 40 140 36
Binary 10010110 1010010 11 0 101101 1100010 101001 100000 1100000 11110

Color Harmonies of #965203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965203

Black with #965203

Text Example


Text Example

White with #965203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965203; }

 p { color: rgb(150,82,3); }

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

background-color css

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

 a { background-color: rgb(150,82,3); }

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

border-color css

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

 span { border-color: rgb(150,82,3); }

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