Html Css Color HEX #963D19 Saddle Brown

📋 copy color: '#963D19'

red 150 ◦ green 61 ◦ blue 25

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

Shades of Saddle Brown #963D19

Tints of Saddle Brown #963D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 63.56%
G = 25.85%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#963D19 (or 0x963D19) is known color: Saddle Brown. HEX triplet: 96, 3D and 19. RGB value is (150,61,25). Sum of RGB (Red+Green+Blue) = 150+61+25=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #963D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963D19 is #69C2E6. Grayscale: #535353. Windows color (decimal): -6931175 or 1654166. OLE color: 1654166.

HSL color Cylindrical-coordinate representation of color #963D19: hue angle of 17.28º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #963D19 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 61 25 -
CMYK 0 0.59 0.83 0.41
HSL 17.28º 0.71% 0.34% -
HSV(B) 17.28º 0.83% 0.59% -
XYZ 14.42 9.89 2.07 -
YUV 83.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 150 61 25 0 0.59 0.83 0.41 17.28 0.71 0.34
Hex 96 3D 19 0 3B 53 29 11 47 22
Octal 226 75 31 0 73 123 51 21 107 42
Binary 10010110 111101 11001 0 111011 1010011 101001 10001 1000111 100010

Color Harmonies of #963D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D19

Black with #963D19

Text Example


Text Example

White with #963D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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