Html Css Color HEX #965002 Saddle Brown

📋 copy color: '#965002'

red 150 ◦ green 80 ◦ blue 2

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

Shades of Saddle Brown #965002

Tints of Saddle Brown #965002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

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

R = 64.66%
G = 34.48%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#965002 (or 0x965002) is known color: Saddle Brown. HEX triplet: 96, 50 and 02. RGB value is (150,80,2). Sum of RGB (Red+Green+Blue) = 150+80+2=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #965002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965002 is #69AFFD. Grayscale: #5C5C5C. Windows color (decimal): -6926334 or 151702. OLE color: 151702.

HSL color Cylindrical-coordinate representation of color #965002: hue angle of 31.62º 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 #965002 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 2 -
CMYK 0 0.47 0.99 0.41
HSL 31.62º 0.97% 0.3% -
HSV(B) 31.62º 0.99% 0.59% -
XYZ 15.46 12.23 1.6 -
YUV 92.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 150 80 2 0 0.47 0.99 0.41 31.62 0.97 0.3
Hex 96 50 2 0 2F 63 29 20 61 1E
Octal 226 120 2 0 57 143 51 40 141 36
Binary 10010110 1010000 10 0 101111 1100011 101001 100000 1100001 11110

Color Harmonies of #965002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965002

Black with #965002

Text Example


Text Example

White with #965002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965002; }

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

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

background-color css

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

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

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

border-color css

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

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

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