Html Css Color HEX #533B41 Jon

📋 copy color: '#533B41'

red 83 ◦ green 59 ◦ blue 65

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

Shades of Jon #533B41

Tints of Jon #533B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

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

R = 40.1%
G = 28.5%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#533B41 (or 0x533B41) is known color: Jon. HEX triplet: 53, 3B and 41. RGB value is (83,59,65). Sum of RGB (Red+Green+Blue) = 83+59+65=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B41 is #ACC4BE. Grayscale: #424242. Windows color (decimal): -11322559 or 4275027. OLE color: 4275027.

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

Color convert

RGB 83 59 65 -
CMYK 0 0.29 0.22 0.67
HSL 345º 0.17% 0.28% -
HSV(B) 345º 0.29% 0.33% -
XYZ 6.09 5.35 5.71 -
YUV 66.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 83 59 65 0 0.29 0.22 0.67 345 0.17 0.28
Hex 53 3B 41 0 1D 16 43 159 11 1C
Octal 123 73 101 0 35 26 103 531 21 34
Binary 1010011 111011 1000001 0 11101 10110 1000011 101011001 10001 11100

Color Harmonies of #533B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B41

Black with #533B41

Text Example


Text Example

White with #533B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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