Html Css Color HEX #964E1B Saddle Brown

📋 copy color: '#964E1B'

red 150 ◦ green 78 ◦ blue 27

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

Shades of Saddle Brown #964E1B

Tints of Saddle Brown #964E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 58.82%
G = 30.59%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#964E1B (or 0x964E1B) is known color: Saddle Brown. HEX triplet: 96, 4E and 1B. RGB value is (150,78,27). Sum of RGB (Red+Green+Blue) = 150+78+27=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #964E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E1B is #69B1E4. Grayscale: #5D5D5D. Windows color (decimal): -6926821 or 1789590. OLE color: 1789590.

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

Color convert

RGB 150 78 27 -
CMYK 0 0.48 0.82 0.41
HSL 24.88º 0.69% 0.35% -
HSV(B) 24.88º 0.82% 0.59% -
XYZ 15.5 12.01 2.54 -
YUV 93.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 150 78 27 0 0.48 0.82 0.41 24.88 0.69 0.35
Hex 96 4E 1B 0 30 52 29 19 45 23
Octal 226 116 33 0 60 122 51 31 105 43
Binary 10010110 1001110 11011 0 110000 1010010 101001 11001 1000101 100011

Color Harmonies of #964E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E1B

Black with #964E1B

Text Example


Text Example

White with #964E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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