Html Css Color HEX #964300 Saddle Brown

📋 copy color: '#964300'

red 150 ◦ green 67 ◦ blue 0

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

Shades of Saddle Brown #964300

Tints of Saddle Brown #964300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

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

R = 69.12%
G = 30.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#964300 (or 0x964300) is known color: Saddle Brown. HEX triplet: 96, 43 and 00. RGB value is (150,67,0). Sum of RGB (Red+Green+Blue) = 150+67+0=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #964300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964300 is #69BCFF. Grayscale: #545454. Windows color (decimal): -6929664 or 17302. OLE color: 17302.

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

Color convert

RGB 150 67 0 -
CMYK 0 0.55 1 0.41
HSL 26.8º 1% 0.29% -
HSV(B) 26.8º 1% 0.59% -
XYZ 14.58 10.5 1.26 -
YUV 84.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 150 67 0 0 0.55 1 0.41 26.8 1 0.29
Hex 96 43 0 0 37 64 29 1B 64 1D
Octal 226 103 0 0 67 144 51 33 144 35
Binary 10010110 1000011 0 0 110111 1100100 101001 11011 1100100 11101

Color Harmonies of #964300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964300

Black with #964300

Text Example


Text Example

White with #964300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964300; }

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

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

background-color css

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

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

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

border-color css

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

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

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