Html Css Color HEX #965000 Saddle Brown

📋 copy color: '#965000'

red 150 ◦ green 80 ◦ blue 0

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

Shades of Saddle Brown #965000

Tints of Saddle Brown #965000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

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

R = 65.22%
G = 34.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#965000 (or 0x965000) is known color: Saddle Brown. HEX triplet: 96, 50 and 00. RGB value is (150,80,0). Sum of RGB (Red+Green+Blue) = 150+80+0=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #965000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965000 is #69AFFF. Grayscale: #5C5C5C. Windows color (decimal): -6926336 or 20630. OLE color: 20630.

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

Color convert

RGB 150 80 0 -
CMYK 0 0.47 1 0.41
HSL 32º 1% 0.29% -
HSV(B) 32º 1% 0.59% -
XYZ 15.45 12.22 1.54 -
YUV 91.81 76.19 169.5 -
System Red Green Blue C M Y K H S L
Decimal 150 80 0 0 0.47 1 0.41 32 1 0.29
Hex 96 50 0 0 2F 64 29 20 64 1D
Octal 226 120 0 0 57 144 51 40 144 35
Binary 10010110 1010000 0 0 101111 1100100 101001 100000 1100100 11101

Color Harmonies of #965000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965000

Black with #965000

Text Example


Text Example

White with #965000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965000; }

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

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

background-color css

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

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

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

border-color css

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

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

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