Html Css Color HEX #964C1C Saddle Brown

📋 copy color: '#964C1C'

red 150 ◦ green 76 ◦ blue 28

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

Shades of Saddle Brown #964C1C

Tints of Saddle Brown #964C1C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.92%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 59.06%
G = 29.92%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#964C1C (or 0x964C1C) is known color: Saddle Brown. HEX triplet: 96, 4C and 1C. RGB value is (150,76,28). Sum of RGB (Red+Green+Blue) = 150+76+28=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #964C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C1C is #69B3E3. Grayscale: #5C5C5C. Windows color (decimal): -6927332 or 1854614. OLE color: 1854614.

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

Color convert

RGB 150 76 28 -
CMYK 0 0.49 0.81 0.41
HSL 23.61º 0.69% 0.35% -
HSV(B) 23.61º 0.81% 0.59% -
XYZ 15.37 11.74 2.55 -
YUV 92.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 150 76 28 0 0.49 0.81 0.41 23.61 0.69 0.35
Hex 96 4C 1C 0 31 51 29 18 45 23
Octal 226 114 34 0 61 121 51 30 105 43
Binary 10010110 1001100 11100 0 110001 1010001 101001 11000 1000101 100011

Color Harmonies of #964C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C1C

Black with #964C1C

Text Example


Text Example

White with #964C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,76,28); }

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

background-color css

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

 a { background-color: rgb(150,76,28); }

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

border-color css

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

 span { border-color: rgb(150,76,28); }

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