Html Css Color HEX #58503A Panda

📋 copy color: '#58503A'

red 88 ◦ green 80 ◦ blue 58

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

Shades of Panda #58503A

Tints of Panda #58503A

RGB

 RED value IS 88 (34.77% from 255) = 38.94%

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

 BLUE value IS 58 (23.05% from 255) = 25.66%

R = 38.94%
G = 35.4%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58503A (or 0x58503A) is known color: Panda. HEX triplet: 58, 50 and 3A. RGB value is (88,80,58). Sum of RGB (Red+Green+Blue) = 88+80+58=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 88 - color contains mainly: red. Hex color #58503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58503A is #A7AFC5. Grayscale: #4F4F4F. Windows color (decimal): -10989510 or 3821656. OLE color: 3821656.

HSL color Cylindrical-coordinate representation of color #58503A: hue angle of 44º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58503A is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 58 -
CMYK 0 0.09 0.34 0.65
HSL 44º 0.21% 0.29% -
HSV(B) 44º 0.34% 0.35% -
XYZ 7.66 8.12 5.17 -
YUV 79.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 88 80 58 0 0.09 0.34 0.65 44 0.21 0.29
Hex 58 50 3A 0 9 22 41 2C 15 1D
Octal 130 120 72 0 11 42 101 54 25 35
Binary 1011000 1010000 111010 0 1001 100010 1000001 101100 10101 11101

Color Harmonies of #58503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58503A

Black with #58503A

Text Example


Text Example

White with #58503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58503A; }

 p { color: rgb(88,80,58); }

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

background-color css

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

 a { background-color: rgb(88,80,58); }

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

border-color css

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

 span { border-color: rgb(88,80,58); }

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