Html Css Color HEX #582F2F Moccaccino

📋 copy color: '#582F2F'

red 88 ◦ green 47 ◦ blue 47

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

Shades of Moccaccino #582F2F

Tints of Moccaccino #582F2F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 48.35%
G = 25.82%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#582F2F (or 0x582F2F) is known color: Moccaccino. HEX triplet: 58, 2F and 2F. RGB value is (88,47,47). Sum of RGB (Red+Green+Blue) = 88+47+47=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #582F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F2F is #A7D0D0. Grayscale: #3B3B3B. Windows color (decimal): -10997969 or 3092312. OLE color: 3092312.

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

Color convert

RGB 88 47 47 -
CMYK 0 0.47 0.47 0.65
HSL 0.3% 0.26% -
HSV(B) 0.47% 0.35% -
XYZ 5.55 4.31 3.23 -
YUV 59.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 88 47 47 0 0.47 0.47 0.65 0 0.3 0.26
Hex 58 2F 2F 0 2F 2F 41 0 1E 1A
Octal 130 57 57 0 57 57 101 0 36 32
Binary 1011000 101111 101111 0 101111 101111 1000001 0 11110 11010

Color Harmonies of #582F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F2F

Black with #582F2F

Text Example


Text Example

White with #582F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582F2F; }

 p { color: rgb(88,47,47); }

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

background-color css

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

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

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

border-color css

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

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

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