Html Css Color HEX #58300C Baker's Chocolate

📋 copy color: '#58300C'

red 88 ◦ green 48 ◦ blue 12

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

Shades of Baker's Chocolate #58300C

Tints of Baker's Chocolate #58300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.43%

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

R = 59.46%
G = 32.43%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58300C (or 0x58300C) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 0C. RGB value is (88,48,12). Sum of RGB (Red+Green+Blue) = 88+48+12=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58300C is #A7CFF3. Grayscale: #383838. Windows color (decimal): -10997748 or 798808. OLE color: 798808.

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

Color convert

RGB 88 48 12 -
CMYK 0 0.45 0.86 0.65
HSL 28.42º 0.76% 0.2% -
HSV(B) 28.42º 0.86% 0.35% -
XYZ 5.15 4.22 0.89 -
YUV 55.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 88 48 12 0 0.45 0.86 0.65 28.42 0.76 0.2
Hex 58 30 C 0 2D 56 41 1C 4C 14
Octal 130 60 14 0 55 126 101 34 114 24
Binary 1011000 110000 1100 0 101101 1010110 1000001 11100 1001100 10100

Color Harmonies of #58300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58300C

Black with #58300C

Text Example


Text Example

White with #58300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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