Html Css Color HEX #962800 Saddle Brown

📋 copy color: '#962800'

red 150 ◦ green 40 ◦ blue 0

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

Shades of Saddle Brown #962800

Tints of Saddle Brown #962800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

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

R = 78.95%
G = 21.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#962800 (or 0x962800) is known color: Saddle Brown. HEX triplet: 96, 28 and 00. RGB value is (150,40,0). Sum of RGB (Red+Green+Blue) = 150+40+0=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #962800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962800 is #69D7FF. Grayscale: #444444. Windows color (decimal): -6936576 or 10390. OLE color: 10390.

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

Color convert

RGB 150 40 0 -
CMYK 0 0.73 1 0.41
HSL 16º 1% 0.29% -
HSV(B) 16º 1% 0.59% -
XYZ 13.34 8 0.84 -
YUV 68.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 150 40 0 0 0.73 1 0.41 16 1 0.29
Hex 96 28 0 0 49 64 29 10 64 1D
Octal 226 50 0 0 111 144 51 20 144 35
Binary 10010110 101000 0 0 1001001 1100100 101001 10000 1100100 11101

Color Harmonies of #962800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962800

Black with #962800

Text Example


Text Example

White with #962800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962800; }

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

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

background-color css

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

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

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

border-color css

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

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

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