Html Css Color HEX #535D48 Cabbage Pont

📋 copy color: '#535D48'

red 83 ◦ green 93 ◦ blue 72

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

Shades of Cabbage Pont #535D48

Tints of Cabbage Pont #535D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.5%

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

R = 33.47%
G = 37.5%
B = 29.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#535D48 (or 0x535D48) is known color: Cabbage Pont. HEX triplet: 53, 5D and 48. RGB value is (83,93,72). Sum of RGB (Red+Green+Blue) = 83+93+72=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #535D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D48 is #ACA2B7. Grayscale: #575757. Windows color (decimal): -11313848 or 4742483. OLE color: 4742483.

HSL color Cylindrical-coordinate representation of color #535D48: hue angle of 88.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535D48 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 93 72 -
CMYK 0.11 0 0.23 0.64
HSL 88.57º 0.13% 0.32% -
HSV(B) 88.57º 0.23% 0.36% -
XYZ 8.65 10.14 7.63 -
YUV 87.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 83 93 72 0.11 0 0.23 0.64 88.57 0.13 0.32
Hex 53 5D 48 B 0 17 40 59 D 20
Octal 123 135 110 13 0 27 100 131 15 40
Binary 1010011 1011101 1001000 1011 0 10111 1000000 1011001 1101 100000

Color Harmonies of #535D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D48

Black with #535D48

Text Example


Text Example

White with #535D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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