Html Css Color HEX #964E01 Saddle Brown

📋 copy color: '#964E01'

red 150 ◦ green 78 ◦ blue 1

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

Shades of Saddle Brown #964E01

Tints of Saddle Brown #964E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.06%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 65.5%
G = 34.06%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#964E01 (or 0x964E01) is known color: Saddle Brown. HEX triplet: 96, 4E and 01. RGB value is (150,78,1). Sum of RGB (Red+Green+Blue) = 150+78+1=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #964E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964E01 is #69B1FE. Grayscale: #5B5B5B. Windows color (decimal): -6926847 or 85654. OLE color: 85654.

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

Color convert

RGB 150 78 1 -
CMYK 0 0.48 0.99 0.41
HSL 31.01º 0.99% 0.3% -
HSV(B) 31.01º 0.99% 0.59% -
XYZ 15.31 11.94 1.53 -
YUV 90.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 150 78 1 0 0.48 0.99 0.41 31.01 0.99 0.3
Hex 96 4E 1 0 30 63 29 1F 63 1E
Octal 226 116 1 0 60 143 51 37 143 36
Binary 10010110 1001110 1 0 110000 1100011 101001 11111 1100011 11110

Color Harmonies of #964E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E01

Black with #964E01

Text Example


Text Example

White with #964E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964E01; }

 p { color: rgb(150,78,1); }

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

background-color css

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

 a { background-color: rgb(150,78,1); }

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

border-color css

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

 span { border-color: rgb(150,78,1); }

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