Html Css Color HEX #524743 Saddle

📋 copy color: '#524743'

red 82 ◦ green 71 ◦ blue 67

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

Shades of Saddle #524743

Tints of Saddle #524743

RGB

 RED value IS 82 (32.42% from 255) = 37.27%

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 67 (26.56% from 255) = 30.45%

R = 37.27%
G = 32.27%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#524743 (or 0x524743) is known color: Saddle. HEX triplet: 52, 47 and 43. RGB value is (82,71,67). Sum of RGB (Red+Green+Blue) = 82+71+67=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524743 is #ADB8BC. Grayscale: #494949. Windows color (decimal): -11385021 or 4409170. OLE color: 4409170.

HSL color Cylindrical-coordinate representation of color #524743: hue angle of 16º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #524743 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 67 -
CMYK 0 0.13 0.18 0.68
HSL 16º 0.1% 0.29% -
HSV(B) 16º 0.18% 0.32% -
XYZ 6.75 6.71 6.25 -
YUV 73.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 82 71 67 0 0.13 0.18 0.68 16 0.1 0.29
Hex 52 47 43 0 D 12 44 10 A 1D
Octal 122 107 103 0 15 22 104 20 12 35
Binary 1010010 1000111 1000011 0 1101 10010 1000100 10000 1010 11101

Color Harmonies of #524743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524743

Black with #524743

Text Example


Text Example

White with #524743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524743; }

 p { color: rgb(82,71,67); }

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

background-color css

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

 a { background-color: rgb(82,71,67); }

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

border-color css

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

 span { border-color: rgb(82,71,67); }

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