Html Css Color HEX #58340A Baker's Chocolate

📋 copy color: '#58340A'

red 88 ◦ green 52 ◦ blue 10

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

Shades of Baker's Chocolate #58340A

Tints of Baker's Chocolate #58340A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 10 (4.3% from 255) = 6.67%

R = 58.67%
G = 34.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#58340A (or 0x58340A) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 0A. RGB value is (88,52,10). Sum of RGB (Red+Green+Blue) = 88+52+10=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58340A is #A7CBF5. Grayscale: #3A3A3A. Windows color (decimal): -10996726 or 668760. OLE color: 668760.

HSL color Cylindrical-coordinate representation of color #58340A: hue angle of 32.31º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58340A is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 10 -
CMYK 0 0.41 0.89 0.65
HSL 32.31º 0.8% 0.19% -
HSV(B) 32.31º 0.89% 0.35% -
XYZ 5.31 4.55 0.89 -
YUV 57.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 88 52 10 0 0.41 0.89 0.65 32.31 0.8 0.19
Hex 58 34 A 0 29 59 41 20 50 13
Octal 130 64 12 0 51 131 101 40 120 23
Binary 1011000 110100 1010 0 101001 1011001 1000001 100000 1010000 10011

Color Harmonies of #58340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58340A

Black with #58340A

Text Example


Text Example

White with #58340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58340A; }

 p { color: rgb(88,52,10); }

 H1.HeaderClassName
 {
   color: #58340A;
 }
 .AnyTagClassName
 {
   color: #58340A;
 }
</style>

background-color css

<style>
 a { background-color: #58340A; }

 a { background-color: rgb(88,52,10); }

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

border-color css

<style>
 span { border-color: #58340A; }

 span { border-color: rgb(88,52,10); }

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