Html Css Color HEX #946953 Leather

📋 copy color: '#946953'

red 148 ◦ green 105 ◦ blue 83

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

Shades of Leather #946953

Tints of Leather #946953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 44.05%
G = 31.25%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#946953 (or 0x946953) is known color: Leather. HEX triplet: 94, 69 and 53. RGB value is (148,105,83). Sum of RGB (Red+Green+Blue) = 148+105+83=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946953 is #6B96AC. Grayscale: #737373. Windows color (decimal): -7050925 or 5466516. OLE color: 5466516.

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

Color convert

RGB 148 105 83 -
CMYK 0 0.29 0.44 0.42
HSL 20.31º 0.28% 0.45% -
HSV(B) 20.31º 0.44% 0.58% -
XYZ 18.83 17.02 10.48 -
YUV 115.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 148 105 83 0 0.29 0.44 0.42 20.31 0.28 0.45
Hex 94 69 53 0 1D 2C 2A 14 1C 2D
Octal 224 151 123 0 35 54 52 24 34 55
Binary 10010100 1101001 1010011 0 11101 101100 101010 10100 11100 101101

Color Harmonies of #946953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946953

Black with #946953

Text Example


Text Example

White with #946953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946953; }

 p { color: rgb(148,105,83); }

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

background-color css

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

 a { background-color: rgb(148,105,83); }

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

border-color css

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

 span { border-color: rgb(148,105,83); }

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