Html Css Color HEX #534B48 Saddle

📋 copy color: '#534B48'

red 83 ◦ green 75 ◦ blue 72

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

Shades of Saddle #534B48

Tints of Saddle #534B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.3%

R = 36.09%
G = 32.61%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#534B48 (or 0x534B48) is known color: Saddle. HEX triplet: 53, 4B and 48. RGB value is (83,75,72). Sum of RGB (Red+Green+Blue) = 83+75+72=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B48 is #ACB4B7. Grayscale: #4D4D4D. Windows color (decimal): -11318456 or 4737875. OLE color: 4737875.

HSL color Cylindrical-coordinate representation of color #534B48: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534B48 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 72 -
CMYK 0 0.10 0.13 0.67
HSL 16.36º 0.07% 0.3% -
HSV(B) 16.36º 0.13% 0.33% -
XYZ 7.25 7.34 7.17 -
YUV 77.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 83 75 72 0 0.10 0.13 0.67 16.36 0.07 0.3
Hex 53 4B 48 0 A D 43 10 7 1E
Octal 123 113 110 0 12 15 103 20 7 36
Binary 1010011 1001011 1001000 0 1010 1101 1000011 10000 111 11110

Color Harmonies of #534B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B48

Black with #534B48

Text Example


Text Example

White with #534B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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