Html Css Color HEX #963802 Saddle Brown

📋 copy color: '#963802'

red 150 ◦ green 56 ◦ blue 2

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

Shades of Saddle Brown #963802

Tints of Saddle Brown #963802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 72.12%
G = 26.92%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#963802 (or 0x963802) is known color: Saddle Brown. HEX triplet: 96, 38 and 02. RGB value is (150,56,2). Sum of RGB (Red+Green+Blue) = 150+56+2=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #963802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963802 is #69C7FD. Grayscale: #4E4E4E. Windows color (decimal): -6932478 or 145558. OLE color: 145558.

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

Color convert

RGB 150 56 2 -
CMYK 0 0.63 0.99 0.41
HSL 21.89º 0.97% 0.3% -
HSV(B) 21.89º 0.99% 0.59% -
XYZ 14 9.32 1.12 -
YUV 77.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 150 56 2 0 0.63 0.99 0.41 21.89 0.97 0.3
Hex 96 38 2 0 3F 63 29 16 61 1E
Octal 226 70 2 0 77 143 51 26 141 36
Binary 10010110 111000 10 0 111111 1100011 101001 10110 1100001 11110

Color Harmonies of #963802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963802

Black with #963802

Text Example


Text Example

White with #963802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963802; }

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

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

background-color css

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

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

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

border-color css

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

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

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