Html Css Color HEX #582A12 Baker's Chocolate

📋 copy color: '#582A12'

red 88 ◦ green 42 ◦ blue 18

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

Shades of Baker's Chocolate #582A12

Tints of Baker's Chocolate #582A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.38%

 BLUE value IS 18 (7.42% from 255) = 12.16%

R = 59.46%
G = 28.38%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#582A12 (or 0x582A12) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 12. RGB value is (88,42,18). Sum of RGB (Red+Green+Blue) = 88+42+18=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #582A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A12 is #A7D5ED. Grayscale: #353535. Windows color (decimal): -10999278 or 1190488. OLE color: 1190488.

HSL color Cylindrical-coordinate representation of color #582A12: hue angle of 20.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582A12 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 42 18 -
CMYK 0 0.52 0.80 0.65
HSL 20.57º 0.66% 0.21% -
HSV(B) 20.57º 0.8% 0.35% -
XYZ 4.96 3.77 1.04 -
YUV 53.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 88 42 18 0 0.52 0.80 0.65 20.57 0.66 0.21
Hex 58 2A 12 0 34 50 41 15 42 15
Octal 130 52 22 0 64 120 101 25 102 25
Binary 1011000 101010 10010 0 110100 1010000 1000001 10101 1000010 10101

Color Harmonies of #582A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A12

Black with #582A12

Text Example


Text Example

White with #582A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,42,18); }

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

background-color css

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

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

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

border-color css

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

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

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