Html Css Color HEX #58371A Baker's Chocolate

📋 copy color: '#58371A'

red 88 ◦ green 55 ◦ blue 26

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

Shades of Baker's Chocolate #58371A

Tints of Baker's Chocolate #58371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

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

R = 52.07%
G = 32.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58371A (or 0x58371A) is known color: Baker's Chocolate. HEX triplet: 58, 37 and 1A. RGB value is (88,55,26). Sum of RGB (Red+Green+Blue) = 88+55+26=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58371A is #A7C8E5. Grayscale: #3D3D3D. Windows color (decimal): -10995942 or 1718104. OLE color: 1718104.

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

Color convert

RGB 88 55 26 -
CMYK 0 0.38 0.70 0.65
HSL 28.06º 0.54% 0.22% -
HSV(B) 28.06º 0.7% 0.35% -
XYZ 5.58 4.88 1.63 -
YUV 61.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 88 55 26 0 0.38 0.70 0.65 28.06 0.54 0.22
Hex 58 37 1A 0 26 46 41 1C 36 16
Octal 130 67 32 0 46 106 101 34 66 26
Binary 1011000 110111 11010 0 100110 1000110 1000001 11100 110110 10110

Color Harmonies of #58371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58371A

Black with #58371A

Text Example


Text Example

White with #58371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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