Html Css Color HEX #58391B Baker's Chocolate

📋 copy color: '#58391B'

red 88 ◦ green 57 ◦ blue 27

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

Shades of Baker's Chocolate #58391B

Tints of Baker's Chocolate #58391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 51.16%
G = 33.14%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58391B (or 0x58391B) is known color: Baker's Chocolate. HEX triplet: 58, 39 and 1B. RGB value is (88,57,27). Sum of RGB (Red+Green+Blue) = 88+57+27=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58391B is #A7C6E4. Grayscale: #3E3E3E. Windows color (decimal): -10995429 or 1784152. OLE color: 1784152.

HSL color Cylindrical-coordinate representation of color #58391B: hue angle of 29.51º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58391B is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 57 27 -
CMYK 0 0.35 0.69 0.65
HSL 29.51º 0.53% 0.23% -
HSV(B) 29.51º 0.69% 0.35% -
XYZ 5.69 5.08 1.72 -
YUV 62.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 88 57 27 0 0.35 0.69 0.65 29.51 0.53 0.23
Hex 58 39 1B 0 23 45 41 1E 35 17
Octal 130 71 33 0 43 105 101 36 65 27
Binary 1011000 111001 11011 0 100011 1000101 1000001 11110 110101 10111

Color Harmonies of #58391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58391B

Black with #58391B

Text Example


Text Example

White with #58391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58391B; }

 p { color: rgb(88,57,27); }

 H1.HeaderClassName
 {
   color: #58391B;
 }
 .AnyTagClassName
 {
   color: #58391B;
 }
</style>

background-color css

<style>
 a { background-color: #58391B; }

 a { background-color: rgb(88,57,27); }

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

border-color css

<style>
 span { border-color: #58391B; }

 span { border-color: rgb(88,57,27); }

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