Html Css Color HEX #963402 Saddle Brown

📋 copy color: '#963402'

red 150 ◦ green 52 ◦ blue 2

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

Shades of Saddle Brown #963402

Tints of Saddle Brown #963402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 73.53%
G = 25.49%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#963402 (or 0x963402) is known color: Saddle Brown. HEX triplet: 96, 34 and 02. RGB value is (150,52,2). Sum of RGB (Red+Green+Blue) = 150+52+2=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #963402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963402 is #69CBFD. Grayscale: #4B4B4B. Windows color (decimal): -6933502 or 144534. OLE color: 144534.

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

Color convert

RGB 150 52 2 -
CMYK 0 0.65 0.99 0.41
HSL 20.27º 0.97% 0.3% -
HSV(B) 20.27º 0.99% 0.59% -
XYZ 13.82 8.94 1.06 -
YUV 75.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 150 52 2 0 0.65 0.99 0.41 20.27 0.97 0.3
Hex 96 34 2 0 41 63 29 14 61 1E
Octal 226 64 2 0 101 143 51 24 141 36
Binary 10010110 110100 10 0 1000001 1100011 101001 10100 1100001 11110

Color Harmonies of #963402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963402

Black with #963402

Text Example


Text Example

White with #963402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963402; }

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

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

background-color css

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

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

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

border-color css

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

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

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