Html Css Color HEX #946C52 Leather

📋 copy color: '#946C52'

red 148 ◦ green 108 ◦ blue 82

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

Shades of Leather #946C52

Tints of Leather #946C52

RGB

 RED value IS 148 (58.2% from 255) = 43.79%

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 43.79%
G = 31.95%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#946C52 (or 0x946C52) is known color: Leather. HEX triplet: 94, 6C and 52. RGB value is (148,108,82). Sum of RGB (Red+Green+Blue) = 148+108+82=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #946C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C52 is #6B93AD. Grayscale: #757575. Windows color (decimal): -7050158 or 5401748. OLE color: 5401748.

HSL color Cylindrical-coordinate representation of color #946C52: hue angle of 23.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946C52 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 108 82 -
CMYK 0 0.27 0.45 0.42
HSL 23.64º 0.29% 0.45% -
HSV(B) 23.64º 0.45% 0.58% -
XYZ 19.1 17.63 10.38 -
YUV 117 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 148 108 82 0 0.27 0.45 0.42 23.64 0.29 0.45
Hex 94 6C 52 0 1B 2D 2A 18 1D 2D
Octal 224 154 122 0 33 55 52 30 35 55
Binary 10010100 1101100 1010010 0 11011 101101 101010 11000 11101 101101

Color Harmonies of #946C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C52

Black with #946C52

Text Example


Text Example

White with #946C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946C52; }

 p { color: rgb(148,108,82); }

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

background-color css

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

 a { background-color: rgb(148,108,82); }

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

border-color css

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

 span { border-color: rgb(148,108,82); }

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