Html Css Color HEX #964D1A Saddle Brown

📋 copy color: '#964D1A'

red 150 ◦ green 77 ◦ blue 26

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

Shades of Saddle Brown #964D1A

Tints of Saddle Brown #964D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 59.29%
G = 30.43%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#964D1A (or 0x964D1A) is known color: Saddle Brown. HEX triplet: 96, 4D and 1A. RGB value is (150,77,26). Sum of RGB (Red+Green+Blue) = 150+77+26=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #964D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D1A is #69B2E5. Grayscale: #5D5D5D. Windows color (decimal): -6927078 or 1723798. OLE color: 1723798.

HSL color Cylindrical-coordinate representation of color #964D1A: hue angle of 24.68º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #964D1A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 26 -
CMYK 0 0.49 0.83 0.41
HSL 24.68º 0.7% 0.35% -
HSV(B) 24.68º 0.83% 0.59% -
XYZ 15.42 11.87 2.46 -
YUV 93.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 150 77 26 0 0.49 0.83 0.41 24.68 0.7 0.35
Hex 96 4D 1A 0 31 53 29 19 46 23
Octal 226 115 32 0 61 123 51 31 106 43
Binary 10010110 1001101 11010 0 110001 1010011 101001 11001 1000110 100011

Color Harmonies of #964D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D1A

Black with #964D1A

Text Example


Text Example

White with #964D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,26); }

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

background-color css

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

 a { background-color: rgb(150,77,26); }

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

border-color css

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

 span { border-color: rgb(150,77,26); }

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