Html Css Color HEX #964302 Saddle Brown

📋 copy color: '#964302'

red 150 ◦ green 67 ◦ blue 2

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

Shades of Saddle Brown #964302

Tints of Saddle Brown #964302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 68.49%
G = 30.59%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#964302 (or 0x964302) is known color: Saddle Brown. HEX triplet: 96, 43 and 02. RGB value is (150,67,2). Sum of RGB (Red+Green+Blue) = 150+67+2=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #964302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964302 is #69BCFD. Grayscale: #545454. Windows color (decimal): -6929662 or 148374. OLE color: 148374.

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

Color convert

RGB 150 67 2 -
CMYK 0 0.55 0.99 0.41
HSL 26.35º 0.97% 0.3% -
HSV(B) 26.35º 0.99% 0.59% -
XYZ 14.6 10.5 1.32 -
YUV 84.41 81.5 174.79 -
System Red Green Blue C M Y K H S L
Decimal 150 67 2 0 0.55 0.99 0.41 26.35 0.97 0.3
Hex 96 43 2 0 37 63 29 1A 61 1E
Octal 226 103 2 0 67 143 51 32 141 36
Binary 10010110 1000011 10 0 110111 1100011 101001 11010 1100001 11110

Color Harmonies of #964302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964302

Black with #964302

Text Example


Text Example

White with #964302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964302; }

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

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

background-color css

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

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

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

border-color css

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

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

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