Html Css Color HEX #956F52 Leather

📋 copy color: '#956F52'

red 149 ◦ green 111 ◦ blue 82

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

Shades of Leather #956F52

Tints of Leather #956F52

RGB

 RED value IS 149 (58.59% from 255) = 43.57%

 GREEN value IS 111 (43.75% from 255) = 32.46%

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

R = 43.57%
G = 32.46%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#956F52 (or 0x956F52) is known color: Leather. HEX triplet: 95, 6F and 52. RGB value is (149,111,82). Sum of RGB (Red+Green+Blue) = 149+111+82=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #956F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F52 is #6A90AD. Grayscale: #777777. Windows color (decimal): -6983854 or 5402517. OLE color: 5402517.

HSL color Cylindrical-coordinate representation of color #956F52: hue angle of 25.97º 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 #956F52 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 111 82 -
CMYK 0 0.26 0.45 0.42
HSL 25.97º 0.29% 0.45% -
HSV(B) 25.97º 0.45% 0.58% -
XYZ 19.6 18.37 10.49 -
YUV 119.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 149 111 82 0 0.26 0.45 0.42 25.97 0.29 0.45
Hex 95 6F 52 0 1A 2D 2A 1A 1D 2D
Octal 225 157 122 0 32 55 52 32 35 55
Binary 10010101 1101111 1010010 0 11010 101101 101010 11010 11101 101101

Color Harmonies of #956F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F52

Black with #956F52

Text Example


Text Example

White with #956F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956F52; }

 p { color: rgb(149,111,82); }

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

background-color css

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

 a { background-color: rgb(149,111,82); }

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

border-color css

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

 span { border-color: rgb(149,111,82); }

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