Html Css Color HEX #965202 Saddle Brown

📋 copy color: '#965202'

red 150 ◦ green 82 ◦ blue 2

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

Shades of Saddle Brown #965202

Tints of Saddle Brown #965202

RGB

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

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

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

R = 64.1%
G = 35.04%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#965202 (or 0x965202) is known color: Saddle Brown. HEX triplet: 96, 52 and 02. RGB value is (150,82,2). Sum of RGB (Red+Green+Blue) = 150+82+2=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #965202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965202 is #69ADFD. Grayscale: #5D5D5D. Windows color (decimal): -6925822 or 152214. OLE color: 152214.

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

Color convert

RGB 150 82 2 -
CMYK 0 0.45 0.99 0.41
HSL 32.43º 0.97% 0.3% -
HSV(B) 32.43º 0.99% 0.59% -
XYZ 15.61 12.52 1.65 -
YUV 93.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 150 82 2 0 0.45 0.99 0.41 32.43 0.97 0.3
Hex 96 52 2 0 2D 63 29 20 61 1E
Octal 226 122 2 0 55 143 51 40 141 36
Binary 10010110 1010010 10 0 101101 1100011 101001 100000 1100001 11110

Color Harmonies of #965202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965202

Black with #965202

Text Example


Text Example

White with #965202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965202; }

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

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

background-color css

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

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

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

border-color css

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

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

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