Html Css Color HEX #962A00 Saddle Brown

📋 copy color: '#962A00'

red 150 ◦ green 42 ◦ blue 0

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

Shades of Saddle Brown #962A00

Tints of Saddle Brown #962A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

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

R = 78.13%
G = 21.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#962A00 (or 0x962A00) is known color: Saddle Brown. HEX triplet: 96, 2A and 00. RGB value is (150,42,0). Sum of RGB (Red+Green+Blue) = 150+42+0=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A00 is #69D5FF. Grayscale: #454545. Windows color (decimal): -6936064 or 10902. OLE color: 10902.

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

Color convert

RGB 150 42 0 -
CMYK 0 0.72 1 0.41
HSL 16.8º 1% 0.29% -
HSV(B) 16.8º 1% 0.59% -
XYZ 13.41 8.14 0.86 -
YUV 69.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 150 42 0 0 0.72 1 0.41 16.8 1 0.29
Hex 96 2A 0 0 48 64 29 11 64 1D
Octal 226 52 0 0 110 144 51 21 144 35
Binary 10010110 101010 0 0 1001000 1100100 101001 10001 1100100 11101

Color Harmonies of #962A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962A00

Black with #962A00

Text Example


Text Example

White with #962A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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