Html Css Color HEX #58330A Baker's Chocolate

📋 copy color: '#58330A'

red 88 ◦ green 51 ◦ blue 10

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

Shades of Baker's Chocolate #58330A

Tints of Baker's Chocolate #58330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

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

R = 59.06%
G = 34.23%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#58330A (or 0x58330A) is known color: Baker's Chocolate. HEX triplet: 58, 33 and 0A. RGB value is (88,51,10). Sum of RGB (Red+Green+Blue) = 88+51+10=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58330A is #A7CCF5. Grayscale: #393939. Windows color (decimal): -10996982 or 668504. OLE color: 668504.

HSL color Cylindrical-coordinate representation of color #58330A: hue angle of 31.54º 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 #58330A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 51 10 -
CMYK 0 0.42 0.89 0.65
HSL 31.54º 0.8% 0.19% -
HSV(B) 31.54º 0.89% 0.35% -
XYZ 5.26 4.46 0.87 -
YUV 57.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 88 51 10 0 0.42 0.89 0.65 31.54 0.8 0.19
Hex 58 33 A 0 2A 59 41 20 50 13
Octal 130 63 12 0 52 131 101 40 120 23
Binary 1011000 110011 1010 0 101010 1011001 1000001 100000 1010000 10011

Color Harmonies of #58330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58330A

Black with #58330A

Text Example


Text Example

White with #58330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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