Html Css Color HEX #58311A Baker's Chocolate

📋 copy color: '#58311A'

red 88 ◦ green 49 ◦ blue 26

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

Shades of Baker's Chocolate #58311A

Tints of Baker's Chocolate #58311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

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

R = 53.99%
G = 30.06%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58311A (or 0x58311A) is known color: Baker's Chocolate. HEX triplet: 58, 31 and 1A. RGB value is (88,49,26). Sum of RGB (Red+Green+Blue) = 88+49+26=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58311A is #A7CEE5. Grayscale: #3A3A3A. Windows color (decimal): -10997478 or 1716568. OLE color: 1716568.

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

Color convert

RGB 88 49 26 -
CMYK 0 0.44 0.70 0.65
HSL 22.26º 0.54% 0.22% -
HSV(B) 22.26º 0.7% 0.35% -
XYZ 5.31 4.35 1.54 -
YUV 58.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 88 49 26 0 0.44 0.70 0.65 22.26 0.54 0.22
Hex 58 31 1A 0 2C 46 41 16 36 16
Octal 130 61 32 0 54 106 101 26 66 26
Binary 1011000 110001 11010 0 101100 1000110 1000001 10110 110110 10110

Color Harmonies of #58311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58311A

Black with #58311A

Text Example


Text Example

White with #58311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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