Html Css Color HEX #584A2E Punga

📋 copy color: '#584A2E'

red 88 ◦ green 74 ◦ blue 46

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

Shades of Punga #584A2E

Tints of Punga #584A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 42.31%
G = 35.58%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#584A2E (or 0x584A2E) is known color: Punga. HEX triplet: 58, 4A and 2E. RGB value is (88,74,46). Sum of RGB (Red+Green+Blue) = 88+74+46=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #584A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A2E is #A7B5D1. Grayscale: #4B4B4B. Windows color (decimal): -10991058 or 3033688. OLE color: 3033688.

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

Color convert

RGB 88 74 46 -
CMYK 0 0.16 0.48 0.65
HSL 40º 0.31% 0.26% -
HSV(B) 40º 0.48% 0.35% -
XYZ 6.97 7.17 3.6 -
YUV 74.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 88 74 46 0 0.16 0.48 0.65 40 0.31 0.26
Hex 58 4A 2E 0 10 30 41 28 1F 1A
Octal 130 112 56 0 20 60 101 50 37 32
Binary 1011000 1001010 101110 0 10000 110000 1000001 101000 11111 11010

Color Harmonies of #584A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A2E

Black with #584A2E

Text Example


Text Example

White with #584A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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