Html Css Color HEX #58382C Cioccolato

📋 copy color: '#58382C'

red 88 ◦ green 56 ◦ blue 44

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

Shades of Cioccolato #58382C

Tints of Cioccolato #58382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.79%

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 46.81%
G = 29.79%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58382C (or 0x58382C) is known color: Cioccolato. HEX triplet: 58, 38 and 2C. RGB value is (88,56,44). Sum of RGB (Red+Green+Blue) = 88+56+44=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58382C is #A7C7D3. Grayscale: #404040. Windows color (decimal): -10995668 or 2898008. OLE color: 2898008.

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

Color convert

RGB 88 56 44 -
CMYK 0 0.36 0.5 0.65
HSL 16.36º 0.33% 0.26% -
HSV(B) 16.36º 0.5% 0.35% -
XYZ 5.89 5.08 3.05 -
YUV 64.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 88 56 44 0 0.36 0.5 0.65 16.36 0.33 0.26
Hex 58 38 2C 0 24 32 41 10 21 1A
Octal 130 70 54 0 44 62 101 20 41 32
Binary 1011000 111000 101100 0 100100 110010 1000001 10000 100001 11010

Color Harmonies of #58382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58382C

Black with #58382C

Text Example


Text Example

White with #58382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58382C; }

 p { color: rgb(88,56,44); }

 H1.HeaderClassName
 {
   color: #58382C;
 }
 .AnyTagClassName
 {
   color: #58382C;
 }
</style>

background-color css

<style>
 a { background-color: #58382C; }

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

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

border-color css

<style>
 span { border-color: #58382C; }

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

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