Html Css Color HEX #965004 Saddle Brown

📋 copy color: '#965004'

red 150 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #965004

Tints of Saddle Brown #965004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 64.1%
G = 34.19%
B = 1.71%

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

#965004 (or 0x965004) is known color: Saddle Brown. HEX triplet: 96, 50 and 04. RGB value is (150,80,4). Sum of RGB (Red+Green+Blue) = 150+80+4=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #965004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965004 is #69AFFB. Grayscale: #5C5C5C. Windows color (decimal): -6926332 or 282774. OLE color: 282774.

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

Color convert

RGB 150 80 4 -
CMYK 0 0.47 0.97 0.41
HSL 31.23º 0.95% 0.3% -
HSV(B) 31.23º 0.97% 0.59% -
XYZ 15.47 12.23 1.66 -
YUV 92.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 150 80 4 0 0.47 0.97 0.41 31.23 0.95 0.3
Hex 96 50 4 0 2F 61 29 1F 5F 1E
Octal 226 120 4 0 57 141 51 37 137 36
Binary 10010110 1010000 100 0 101111 1100001 101001 11111 1011111 11110

Color Harmonies of #965004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965004

Black with #965004

Text Example


Text Example

White with #965004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965004; }

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

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

background-color css

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

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

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

border-color css

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

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

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