Html Css Color HEX #963D00 Saddle Brown

📋 copy color: '#963D00'

red 150 ◦ green 61 ◦ blue 0

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

Shades of Saddle Brown #963D00

Tints of Saddle Brown #963D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.91%

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

R = 71.09%
G = 28.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#963D00 (or 0x963D00) is known color: Saddle Brown. HEX triplet: 96, 3D and 00. RGB value is (150,61,0). Sum of RGB (Red+Green+Blue) = 150+61+0=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #963D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963D00 is #69C2FF. Grayscale: #505050. Windows color (decimal): -6931200 or 15766. OLE color: 15766.

HSL color Cylindrical-coordinate representation of color #963D00: hue angle of 24.4º 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 #963D00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 61 0 -
CMYK 0 0.59 1 0.41
HSL 24.4º 1% 0.29% -
HSV(B) 24.4º 1% 0.59% -
XYZ 14.25 9.82 1.14 -
YUV 80.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 150 61 0 0 0.59 1 0.41 24.4 1 0.29
Hex 96 3D 0 0 3B 64 29 18 64 1D
Octal 226 75 0 0 73 144 51 30 144 35
Binary 10010110 111101 0 0 111011 1100100 101001 11000 1100100 11101

Color Harmonies of #963D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D00

Black with #963D00

Text Example


Text Example

White with #963D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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