Html Css Color HEX #533C41 Jon

📋 copy color: '#533C41'

red 83 ◦ green 60 ◦ blue 65

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

Shades of Jon #533C41

Tints of Jon #533C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 39.9%
G = 28.85%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#533C41 (or 0x533C41) is known color: Jon. HEX triplet: 53, 3C and 41. RGB value is (83,60,65). Sum of RGB (Red+Green+Blue) = 83+60+65=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C41 is #ACC3BE. Grayscale: #434343. Windows color (decimal): -11322303 or 4275283. OLE color: 4275283.

HSL color Cylindrical-coordinate representation of color #533C41: hue angle of 346.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C41 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 60 65 -
CMYK 0 0.28 0.22 0.67
HSL 346.96º 0.16% 0.28% -
HSV(B) 346.96º 0.28% 0.33% -
XYZ 6.14 5.45 5.73 -
YUV 67.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 83 60 65 0 0.28 0.22 0.67 346.96 0.16 0.28
Hex 53 3C 41 0 1C 16 43 15B 10 1C
Octal 123 74 101 0 34 26 103 533 20 34
Binary 1010011 111100 1000001 0 11100 10110 1000011 101011011 10000 11100

Color Harmonies of #533C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C41

Black with #533C41

Text Example


Text Example

White with #533C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533C41; }

 p { color: rgb(83,60,65); }

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

background-color css

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

 a { background-color: rgb(83,60,65); }

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

border-color css

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

 span { border-color: rgb(83,60,65); }

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