Html Css Color HEX #962900 Saddle Brown

📋 copy color: '#962900'

red 150 ◦ green 41 ◦ blue 0

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

Shades of Saddle Brown #962900

Tints of Saddle Brown #962900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 78.53%
G = 21.47%
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

#962900 (or 0x962900) is known color: Saddle Brown. HEX triplet: 96, 29 and 00. RGB value is (150,41,0). Sum of RGB (Red+Green+Blue) = 150+41+0=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #962900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962900 is #69D6FF. Grayscale: #454545. Windows color (decimal): -6936320 or 10646. OLE color: 10646.

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

Color convert

RGB 150 41 0 -
CMYK 0 0.73 1 0.41
HSL 16.4º 1% 0.29% -
HSV(B) 16.4º 1% 0.59% -
XYZ 13.37 8.07 0.85 -
YUV 68.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 150 41 0 0 0.73 1 0.41 16.4 1 0.29
Hex 96 29 0 0 49 64 29 10 64 1D
Octal 226 51 0 0 111 144 51 20 144 35
Binary 10010110 101001 0 0 1001001 1100100 101001 10000 1100100 11101

Color Harmonies of #962900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962900

Black with #962900

Text Example


Text Example

White with #962900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962900; }

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

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

background-color css

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

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

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

border-color css

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

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

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