Html Css Color HEX #584B32 Punga

📋 copy color: '#584B32'

red 88 ◦ green 75 ◦ blue 50

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

Shades of Punga #584B32

Tints of Punga #584B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.21%

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 41.31%
G = 35.21%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#584B32 (or 0x584B32) is known color: Punga. HEX triplet: 58, 4B and 32. RGB value is (88,75,50). Sum of RGB (Red+Green+Blue) = 88+75+50=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #584B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B32 is #A7B4CD. Grayscale: #4C4C4C. Windows color (decimal): -10990798 or 3296088. OLE color: 3296088.

HSL color Cylindrical-coordinate representation of color #584B32: hue angle of 39.47º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584B32 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 75 50 -
CMYK 0 0.15 0.43 0.65
HSL 39.47º 0.28% 0.27% -
HSV(B) 39.47º 0.43% 0.35% -
XYZ 7.12 7.34 4.06 -
YUV 76.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 88 75 50 0 0.15 0.43 0.65 39.47 0.28 0.27
Hex 58 4B 32 0 F 2B 41 27 1C 1B
Octal 130 113 62 0 17 53 101 47 34 33
Binary 1011000 1001011 110010 0 1111 101011 1000001 100111 11100 11011

Color Harmonies of #584B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B32

Black with #584B32

Text Example


Text Example

White with #584B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584B32; }

 p { color: rgb(88,75,50); }

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

background-color css

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

 a { background-color: rgb(88,75,50); }

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

border-color css

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

 span { border-color: rgb(88,75,50); }

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