Html Css Color HEX #582B12 Baker's Chocolate

📋 copy color: '#582B12'

red 88 ◦ green 43 ◦ blue 18

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

Shades of Baker's Chocolate #582B12

Tints of Baker's Chocolate #582B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.86%

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

R = 59.06%
G = 28.86%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#582B12 (or 0x582B12) is known color: Baker's Chocolate. HEX triplet: 58, 2B and 12. RGB value is (88,43,18). Sum of RGB (Red+Green+Blue) = 88+43+18=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #582B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582B12 is #A7D4ED. Grayscale: #353535. Windows color (decimal): -10999022 or 1190744. OLE color: 1190744.

HSL color Cylindrical-coordinate representation of color #582B12: hue angle of 21.43º 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 #582B12 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 43 18 -
CMYK 0 0.51 0.80 0.65
HSL 21.43º 0.66% 0.21% -
HSV(B) 21.43º 0.8% 0.35% -
XYZ 5 3.85 1.05 -
YUV 53.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 88 43 18 0 0.51 0.80 0.65 21.43 0.66 0.21
Hex 58 2B 12 0 33 50 41 15 42 15
Octal 130 53 22 0 63 120 101 25 102 25
Binary 1011000 101011 10010 0 110011 1010000 1000001 10101 1000010 10101

Color Harmonies of #582B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B12

Black with #582B12

Text Example


Text Example

White with #582B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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