Html Css Color HEX #534C49 Saddle

📋 copy color: '#534C49'

red 83 ◦ green 76 ◦ blue 73

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

Shades of Saddle #534C49

Tints of Saddle #534C49

RGB

 RED value IS 83 (32.81% from 255) = 35.78%

 GREEN value IS 76 (30.08% from 255) = 32.76%

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 35.78%
G = 32.76%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#534C49 (or 0x534C49) is known color: Saddle. HEX triplet: 53, 4C and 49. RGB value is (83,76,73). Sum of RGB (Red+Green+Blue) = 83+76+73=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C49 is #ACB3B6. Grayscale: #4D4D4D. Windows color (decimal): -11318199 or 4803667. OLE color: 4803667.

HSL color Cylindrical-coordinate representation of color #534C49: hue angle of 18º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534C49 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 73 -
CMYK 0 0.08 0.12 0.67
HSL 18º 0.06% 0.31% -
HSV(B) 18º 0.12% 0.33% -
XYZ 7.35 7.49 7.36 -
YUV 77.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 83 76 73 0 0.08 0.12 0.67 18 0.06 0.31
Hex 53 4C 49 0 8 C 43 12 6 1F
Octal 123 114 111 0 10 14 103 22 6 37
Binary 1010011 1001100 1001001 0 1000 1100 1000011 10010 110 11111

Color Harmonies of #534C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C49

Black with #534C49

Text Example


Text Example

White with #534C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534C49; }

 p { color: rgb(83,76,73); }

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

background-color css

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

 a { background-color: rgb(83,76,73); }

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

border-color css

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

 span { border-color: rgb(83,76,73); }

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