Html Css Color HEX #965005 Saddle Brown

📋 copy color: '#965005'

red 150 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #965005

Tints of Saddle Brown #965005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 63.83%
G = 34.04%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#965005 (or 0x965005) is known color: Saddle Brown. HEX triplet: 96, 50 and 05. RGB value is (150,80,5). Sum of RGB (Red+Green+Blue) = 150+80+5=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #965005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965005 is #69AFFA. Grayscale: #5C5C5C. Windows color (decimal): -6926331 or 348310. OLE color: 348310.

HSL color Cylindrical-coordinate representation of color #965005: hue angle of 31.03º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #965005 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 5 -
CMYK 0 0.47 0.97 0.41
HSL 31.03º 0.94% 0.3% -
HSV(B) 31.03º 0.97% 0.59% -
XYZ 15.47 12.23 1.69 -
YUV 92.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 150 80 5 0 0.47 0.97 0.41 31.03 0.94 0.3
Hex 96 50 5 0 2F 61 29 1F 5E 1E
Octal 226 120 5 0 57 141 51 37 136 36
Binary 10010110 1010000 101 0 101111 1100001 101001 11111 1011110 11110

Color Harmonies of #965005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965005

Black with #965005

Text Example


Text Example

White with #965005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965005; }

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

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

background-color css

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

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

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

border-color css

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

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

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