Html Css Color HEX #582915 Baker's Chocolate

📋 copy color: '#582915'

red 88 ◦ green 41 ◦ blue 21

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

Shades of Baker's Chocolate #582915

Tints of Baker's Chocolate #582915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14%

R = 58.67%
G = 27.33%
B = 14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#582915 (or 0x582915) is known color: Baker's Chocolate. HEX triplet: 58, 29 and 15. RGB value is (88,41,21). Sum of RGB (Red+Green+Blue) = 88+41+21=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #582915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582915 is #A7D6EA. Grayscale: #343434. Windows color (decimal): -10999531 or 1386840. OLE color: 1386840.

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

Color convert

RGB 88 41 21 -
CMYK 0 0.53 0.76 0.65
HSL 17.91º 0.61% 0.21% -
HSV(B) 17.91º 0.76% 0.35% -
XYZ 4.95 3.71 1.17 -
YUV 52.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 88 41 21 0 0.53 0.76 0.65 17.91 0.61 0.21
Hex 58 29 15 0 35 4C 41 12 3D 15
Octal 130 51 25 0 65 114 101 22 75 25
Binary 1011000 101001 10101 0 110101 1001100 1000001 10010 111101 10101

Color Harmonies of #582915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582915

Black with #582915

Text Example


Text Example

White with #582915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582915; }

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

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

background-color css

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

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

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

border-color css

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

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

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