Html Css Color HEX #963400 Saddle Brown

📋 copy color: '#963400'

red 150 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #963400

Tints of Saddle Brown #963400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 74.26%
G = 25.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#963400 (or 0x963400) is known color: Saddle Brown. HEX triplet: 96, 34 and 00. RGB value is (150,52,0). Sum of RGB (Red+Green+Blue) = 150+52+0=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #963400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963400 is #69CBFF. Grayscale: #4B4B4B. Windows color (decimal): -6933504 or 13462. OLE color: 13462.

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

Color convert

RGB 150 52 0 -
CMYK 0 0.65 1 0.41
HSL 20.8º 1% 0.29% -
HSV(B) 20.8º 1% 0.59% -
XYZ 13.81 8.94 1 -
YUV 75.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 150 52 0 0 0.65 1 0.41 20.8 1 0.29
Hex 96 34 0 0 41 64 29 15 64 1D
Octal 226 64 0 0 101 144 51 25 144 35
Binary 10010110 110100 0 0 1000001 1100100 101001 10101 1100100 11101

Color Harmonies of #963400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963400

Black with #963400

Text Example


Text Example

White with #963400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963400; }

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

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

background-color css

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

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

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

border-color css

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

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

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