Html Css Color HEX #963200 Saddle Brown

📋 copy color: '#963200'

red 150 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #963200

Tints of Saddle Brown #963200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#963200 (or 0x963200) is known color: Saddle Brown. HEX triplet: 96, 32 and 00. RGB value is (150,50,0). Sum of RGB (Red+Green+Blue) = 150+50+0=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #963200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963200 is #69CDFF. Grayscale: #4A4A4A. Windows color (decimal): -6934016 or 12950. OLE color: 12950.

HSL color Cylindrical-coordinate representation of color #963200: hue angle of 20º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #963200 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 0 -
CMYK 0 0.67 1 0.41
HSL 20º 1% 0.29% -
HSV(B) 20º 1% 0.59% -
XYZ 13.72 8.77 0.97 -
YUV 74.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 150 50 0 0 0.67 1 0.41 20 1 0.29
Hex 96 32 0 0 43 64 29 14 64 1D
Octal 226 62 0 0 103 144 51 24 144 35
Binary 10010110 110010 0 0 1000011 1100100 101001 10100 1100100 11101

Color Harmonies of #963200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963200

Black with #963200

Text Example


Text Example

White with #963200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963200; }

 p { color: rgb(150,50,0); }

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

background-color css

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

 a { background-color: rgb(150,50,0); }

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

border-color css

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

 span { border-color: rgb(150,50,0); }

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