Html Css Color HEX #534B49 Saddle

📋 copy color: '#534B49'

red 83 ◦ green 75 ◦ blue 73

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

Shades of Saddle #534B49

Tints of Saddle #534B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.47%

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

R = 35.93%
G = 32.47%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#534B49 (or 0x534B49) is known color: Saddle. HEX triplet: 53, 4B and 49. RGB value is (83,75,73). Sum of RGB (Red+Green+Blue) = 83+75+73=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B49 is #ACB4B6. Grayscale: #4D4D4D. Windows color (decimal): -11318455 or 4803411. OLE color: 4803411.

HSL color Cylindrical-coordinate representation of color #534B49: hue angle of 12º 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 #534B49 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 73 -
CMYK 0 0.10 0.12 0.67
HSL 12º 0.06% 0.31% -
HSV(B) 12º 0.12% 0.33% -
XYZ 7.29 7.35 7.34 -
YUV 77.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 83 75 73 0 0.10 0.12 0.67 12 0.06 0.31
Hex 53 4B 49 0 A C 43 C 6 1F
Octal 123 113 111 0 12 14 103 14 6 37
Binary 1010011 1001011 1001001 0 1010 1100 1000011 1100 110 11111

Color Harmonies of #534B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B49

Black with #534B49

Text Example


Text Example

White with #534B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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