Html Css Color HEX #582916 Baker's Chocolate

📋 copy color: '#582916'

red 88 ◦ green 41 ◦ blue 22

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

Shades of Baker's Chocolate #582916

Tints of Baker's Chocolate #582916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.15%

 BLUE value IS 22 (8.98% from 255) = 14.57%

R = 58.28%
G = 27.15%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#582916 (or 0x582916) is known color: Baker's Chocolate. HEX triplet: 58, 29 and 16. RGB value is (88,41,22). Sum of RGB (Red+Green+Blue) = 88+41+22=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #582916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582916 is #A7D6E9. Grayscale: #353535. Windows color (decimal): -10999530 or 1452376. OLE color: 1452376.

HSL color Cylindrical-coordinate representation of color #582916: hue angle of 17.27º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582916 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 22 -
CMYK 0 0.53 0.75 0.65
HSL 17.27º 0.6% 0.22% -
HSV(B) 17.27º 0.75% 0.35% -
XYZ 4.96 3.72 1.22 -
YUV 52.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 88 41 22 0 0.53 0.75 0.65 17.27 0.6 0.22
Hex 58 29 16 0 35 4B 41 11 3C 16
Octal 130 51 26 0 65 113 101 21 74 26
Binary 1011000 101001 10110 0 110101 1001011 1000001 10001 111100 10110

Color Harmonies of #582916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582916

Black with #582916

Text Example


Text Example

White with #582916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582916; }

 p { color: rgb(88,41,22); }

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

background-color css

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

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

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

border-color css

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

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

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