Html Css Color HEX #582F12 Baker's Chocolate

📋 copy color: '#582F12'

red 88 ◦ green 47 ◦ blue 18

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

Shades of Baker's Chocolate #582F12

Tints of Baker's Chocolate #582F12

RGB

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

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

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

R = 57.52%
G = 30.72%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#582F12 (or 0x582F12) is known color: Baker's Chocolate. HEX triplet: 58, 2F and 12. RGB value is (88,47,18). Sum of RGB (Red+Green+Blue) = 88+47+18=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #582F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F12 is #A7D0ED. Grayscale: #383838. Windows color (decimal): -10997998 or 1191768. OLE color: 1191768.

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

Color convert

RGB 88 47 18 -
CMYK 0 0.47 0.80 0.65
HSL 24.86º 0.66% 0.21% -
HSV(B) 24.86º 0.8% 0.35% -
XYZ 5.15 4.15 1.1 -
YUV 55.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 88 47 18 0 0.47 0.80 0.65 24.86 0.66 0.21
Hex 58 2F 12 0 2F 50 41 19 42 15
Octal 130 57 22 0 57 120 101 31 102 25
Binary 1011000 101111 10010 0 101111 1010000 1000001 11001 1000010 10101

Color Harmonies of #582F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F12

Black with #582F12

Text Example


Text Example

White with #582F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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