Html Css Color HEX #584A2D Punga

📋 copy color: '#584A2D'

red 88 ◦ green 74 ◦ blue 45

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

Shades of Punga #584A2D

Tints of Punga #584A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.75%

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 42.51%
G = 35.75%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#584A2D (or 0x584A2D) is known color: Punga. HEX triplet: 58, 4A and 2D. RGB value is (88,74,45). Sum of RGB (Red+Green+Blue) = 88+74+45=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #584A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A2D is #A7B5D2. Grayscale: #4B4B4B. Windows color (decimal): -10991059 or 2968152. OLE color: 2968152.

HSL color Cylindrical-coordinate representation of color #584A2D: hue angle of 40.47º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #584A2D is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 45 -
CMYK 0 0.16 0.49 0.65
HSL 40.47º 0.32% 0.26% -
HSV(B) 40.47º 0.49% 0.35% -
XYZ 6.95 7.16 3.5 -
YUV 74.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 88 74 45 0 0.16 0.49 0.65 40.47 0.32 0.26
Hex 58 4A 2D 0 10 31 41 28 20 1A
Octal 130 112 55 0 20 61 101 50 40 32
Binary 1011000 1001010 101101 0 10000 110001 1000001 101000 100000 11010

Color Harmonies of #584A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A2D

Black with #584A2D

Text Example


Text Example

White with #584A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,74,45); }

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

background-color css

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

 a { background-color: rgb(88,74,45); }

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

border-color css

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

 span { border-color: rgb(88,74,45); }

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