Html Css Color HEX #962E00 Saddle Brown

📋 copy color: '#962E00'

red 150 ◦ green 46 ◦ blue 0

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

Shades of Saddle Brown #962E00

Tints of Saddle Brown #962E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.47%

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

R = 76.53%
G = 23.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#962E00 (or 0x962E00) is known color: Saddle Brown. HEX triplet: 96, 2E and 00. RGB value is (150,46,0). Sum of RGB (Red+Green+Blue) = 150+46+0=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #962E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962E00 is #69D1FF. Grayscale: #484848. Windows color (decimal): -6935040 or 11926. OLE color: 11926.

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

Color convert

RGB 150 46 0 -
CMYK 0 0.69 1 0.41
HSL 18.4º 1% 0.29% -
HSV(B) 18.4º 1% 0.59% -
XYZ 13.55 8.44 0.91 -
YUV 71.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 150 46 0 0 0.69 1 0.41 18.4 1 0.29
Hex 96 2E 0 0 45 64 29 12 64 1D
Octal 226 56 0 0 105 144 51 22 144 35
Binary 10010110 101110 0 0 1000101 1100100 101001 10010 1100100 11101

Color Harmonies of #962E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962E00

Black with #962E00

Text Example


Text Example

White with #962E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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