Html Css Color HEX #535041 Panda

📋 copy color: '#535041'

red 83 ◦ green 80 ◦ blue 65

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

Shades of Panda #535041

Tints of Panda #535041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

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

R = 36.4%
G = 35.09%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#535041 (or 0x535041) is known color: Panda. HEX triplet: 53, 50 and 41. RGB value is (83,80,65). Sum of RGB (Red+Green+Blue) = 83+80+65=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #535041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535041 is #ACAFBE. Grayscale: #4F4F4F. Windows color (decimal): -11317183 or 4280403. OLE color: 4280403.

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

Color convert

RGB 83 80 65 -
CMYK 0 0.04 0.22 0.67
HSL 50º 0.12% 0.29% -
HSV(B) 50º 0.22% 0.33% -
XYZ 7.39 7.96 6.15 -
YUV 79.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 83 80 65 0 0.04 0.22 0.67 50 0.12 0.29
Hex 53 50 41 0 4 16 43 32 C 1D
Octal 123 120 101 0 4 26 103 62 14 35
Binary 1010011 1010000 1000001 0 100 10110 1000011 110010 1100 11101

Color Harmonies of #535041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535041

Black with #535041

Text Example


Text Example

White with #535041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535041; }

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

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

background-color css

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

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

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

border-color css

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

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

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