Html Css Color HEX #963E0D Saddle Brown

📋 copy color: '#963E0D'

red 150 ◦ green 62 ◦ blue 13

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

Shades of Saddle Brown #963E0D

Tints of Saddle Brown #963E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 66.67%
G = 27.56%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#963E0D (or 0x963E0D) is known color: Saddle Brown. HEX triplet: 96, 3E and 0D. RGB value is (150,62,13). Sum of RGB (Red+Green+Blue) = 150+62+13=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #963E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E0D is #69C1F2. Grayscale: #535353. Windows color (decimal): -6930931 or 867990. OLE color: 867990.

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

Color convert

RGB 150 62 13 -
CMYK 0 0.59 0.91 0.41
HSL 21.46º 0.84% 0.32% -
HSV(B) 21.46º 0.91% 0.59% -
XYZ 14.37 9.96 1.55 -
YUV 82.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 150 62 13 0 0.59 0.91 0.41 21.46 0.84 0.32
Hex 96 3E D 0 3B 5B 29 15 54 20
Octal 226 76 15 0 73 133 51 25 124 40
Binary 10010110 111110 1101 0 111011 1011011 101001 10101 1010100 100000

Color Harmonies of #963E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E0D

Black with #963E0D

Text Example


Text Example

White with #963E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,62,13); }

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

background-color css

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

 a { background-color: rgb(150,62,13); }

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

border-color css

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

 span { border-color: rgb(150,62,13); }

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