Html Css Color HEX #582F0C Baker's Chocolate

📋 copy color: '#582F0C'

red 88 ◦ green 47 ◦ blue 12

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

Shades of Baker's Chocolate #582F0C

Tints of Baker's Chocolate #582F0C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.97%

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 59.86%
G = 31.97%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#582F0C (or 0x582F0C) is known color: Baker's Chocolate. HEX triplet: 58, 2F and 0C. RGB value is (88,47,12). Sum of RGB (Red+Green+Blue) = 88+47+12=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #582F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F0C is #A7D0F3. Grayscale: #373737. Windows color (decimal): -10998004 or 798552. OLE color: 798552.

HSL color Cylindrical-coordinate representation of color #582F0C: hue angle of 27.63º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #582F0C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 47 12 -
CMYK 0 0.47 0.86 0.65
HSL 27.63º 0.76% 0.2% -
HSV(B) 27.63º 0.86% 0.35% -
XYZ 5.11 4.13 0.88 -
YUV 55.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 88 47 12 0 0.47 0.86 0.65 27.63 0.76 0.2
Hex 58 2F C 0 2F 56 41 1C 4C 14
Octal 130 57 14 0 57 126 101 34 114 24
Binary 1011000 101111 1100 0 101111 1010110 1000001 11100 1001100 10100

Color Harmonies of #582F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F0C

Black with #582F0C

Text Example


Text Example

White with #582F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,47,12); }

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

background-color css

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

 a { background-color: rgb(88,47,12); }

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

border-color css

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

 span { border-color: rgb(88,47,12); }

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