Html Css Color HEX #58330E Baker's Chocolate

📋 copy color: '#58330E'

red 88 ◦ green 51 ◦ blue 14

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

Shades of Baker's Chocolate #58330E

Tints of Baker's Chocolate #58330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.15%

R = 57.52%
G = 33.33%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58330E (or 0x58330E) is known color: Baker's Chocolate. HEX triplet: 58, 33 and 0E. RGB value is (88,51,14). Sum of RGB (Red+Green+Blue) = 88+51+14=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58330E is #A7CCF1. Grayscale: #3A3A3A. Windows color (decimal): -10996978 or 930648. OLE color: 930648.

HSL color Cylindrical-coordinate representation of color #58330E: hue angle of 30º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58330E is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 51 14 -
CMYK 0 0.42 0.84 0.65
HSL 30º 0.73% 0.2% -
HSV(B) 30º 0.84% 0.35% -
XYZ 5.29 4.47 1 -
YUV 57.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 88 51 14 0 0.42 0.84 0.65 30 0.73 0.2
Hex 58 33 E 0 2A 54 41 1E 49 14
Octal 130 63 16 0 52 124 101 36 111 24
Binary 1011000 110011 1110 0 101010 1010100 1000001 11110 1001001 10100

Color Harmonies of #58330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58330E

Black with #58330E

Text Example


Text Example

White with #58330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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