Html Css Color HEX #58321A Baker's Chocolate

📋 copy color: '#58321A'

red 88 ◦ green 50 ◦ blue 26

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

Shades of Baker's Chocolate #58321A

Tints of Baker's Chocolate #58321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 53.66%
G = 30.49%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58321A (or 0x58321A) is known color: Baker's Chocolate. HEX triplet: 58, 32 and 1A. RGB value is (88,50,26). Sum of RGB (Red+Green+Blue) = 88+50+26=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58321A is #A7CDE5. Grayscale: #3A3A3A. Windows color (decimal): -10997222 or 1716824. OLE color: 1716824.

HSL color Cylindrical-coordinate representation of color #58321A: hue angle of 23.23º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58321A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 50 26 -
CMYK 0 0.43 0.70 0.65
HSL 23.23º 0.54% 0.22% -
HSV(B) 23.23º 0.7% 0.35% -
XYZ 5.35 4.43 1.55 -
YUV 58.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 88 50 26 0 0.43 0.70 0.65 23.23 0.54 0.22
Hex 58 32 1A 0 2B 46 41 17 36 16
Octal 130 62 32 0 53 106 101 27 66 26
Binary 1011000 110010 11010 0 101011 1000110 1000001 10111 110110 10110

Color Harmonies of #58321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58321A

Black with #58321A

Text Example


Text Example

White with #58321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,50,26); }

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

background-color css

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

 a { background-color: rgb(88,50,26); }

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

border-color css

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

 span { border-color: rgb(88,50,26); }

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