Html Css Color HEX #58230C Baker's Chocolate

📋 copy color: '#58230C'

red 88 ◦ green 35 ◦ blue 12

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

Shades of Baker's Chocolate #58230C

Tints of Baker's Chocolate #58230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

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

R = 65.19%
G = 25.93%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58230C (or 0x58230C) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 0C. RGB value is (88,35,12). Sum of RGB (Red+Green+Blue) = 88+35+12=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58230C is #A7DCF3. Grayscale: #303030. Windows color (decimal): -11001076 or 795480. OLE color: 795480.

HSL color Cylindrical-coordinate representation of color #58230C: hue angle of 18.16º 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 #58230C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 12 -
CMYK 0 0.60 0.86 0.65
HSL 18.16º 0.76% 0.2% -
HSV(B) 18.16º 0.86% 0.35% -
XYZ 4.69 3.3 0.74 -
YUV 48.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 88 35 12 0 0.60 0.86 0.65 18.16 0.76 0.2
Hex 58 23 C 0 3C 56 41 12 4C 14
Octal 130 43 14 0 74 126 101 22 114 24
Binary 1011000 100011 1100 0 111100 1010110 1000001 10010 1001100 10100

Color Harmonies of #58230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58230C

Black with #58230C

Text Example


Text Example

White with #58230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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