Html Css Color HEX #926D53 Leather

📋 copy color: '#926D53'

red 146 ◦ green 109 ◦ blue 83

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

Shades of Leather #926D53

Tints of Leather #926D53

RGB

 RED value IS 146 (57.42% from 255) = 43.2%

 GREEN value IS 109 (42.97% from 255) = 32.25%

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

R = 43.2%
G = 32.25%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#926D53 (or 0x926D53) is known color: Leather. HEX triplet: 92, 6D and 53. RGB value is (146,109,83). Sum of RGB (Red+Green+Blue) = 146+109+83=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #926D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D53 is #6D92AC. Grayscale: #757575. Windows color (decimal): -7180973 or 5467538. OLE color: 5467538.

HSL color Cylindrical-coordinate representation of color #926D53: hue angle of 24.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #926D53 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 109 83 -
CMYK 0 0.25 0.43 0.43
HSL 24.76º 0.28% 0.45% -
HSV(B) 24.76º 0.43% 0.57% -
XYZ 18.88 17.67 10.6 -
YUV 117.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 146 109 83 0 0.25 0.43 0.43 24.76 0.28 0.45
Hex 92 6D 53 0 19 2B 2B 19 1C 2D
Octal 222 155 123 0 31 53 53 31 34 55
Binary 10010010 1101101 1010011 0 11001 101011 101011 11001 11100 101101

Color Harmonies of #926D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926D53

Black with #926D53

Text Example


Text Example

White with #926D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926D53; }

 p { color: rgb(146,109,83); }

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

background-color css

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

 a { background-color: rgb(146,109,83); }

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

border-color css

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

 span { border-color: rgb(146,109,83); }

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