Html Css Color HEX #533E41 Jon

📋 copy color: '#533E41'

red 83 ◦ green 62 ◦ blue 65

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

Shades of Jon #533E41

Tints of Jon #533E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

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

R = 39.52%
G = 29.52%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#533E41 (or 0x533E41) is known color: Jon. HEX triplet: 53, 3E and 41. RGB value is (83,62,65). Sum of RGB (Red+Green+Blue) = 83+62+65=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #533E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E41 is #ACC1BE. Grayscale: #444444. Windows color (decimal): -11321791 or 4275795. OLE color: 4275795.

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

Color convert

RGB 83 62 65 -
CMYK 0 0.25 0.22 0.67
HSL 351.43º 0.14% 0.28% -
HSV(B) 351.43º 0.25% 0.33% -
XYZ 6.24 5.67 5.77 -
YUV 68.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 83 62 65 0 0.25 0.22 0.67 351.43 0.14 0.28
Hex 53 3E 41 0 19 16 43 15F E 1C
Octal 123 76 101 0 31 26 103 537 16 34
Binary 1010011 111110 1000001 0 11001 10110 1000011 101011111 1110 11100

Color Harmonies of #533E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E41

Black with #533E41

Text Example


Text Example

White with #533E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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