Html Css Color HEX #58341B Baker's Chocolate

📋 copy color: '#58341B'

red 88 ◦ green 52 ◦ blue 27

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

Shades of Baker's Chocolate #58341B

Tints of Baker's Chocolate #58341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.14%

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

R = 52.69%
G = 31.14%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58341B (or 0x58341B) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 1B. RGB value is (88,52,27). Sum of RGB (Red+Green+Blue) = 88+52+27=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58341B is #A7CBE4. Grayscale: #3C3C3C. Windows color (decimal): -10996709 or 1782872. OLE color: 1782872.

HSL color Cylindrical-coordinate representation of color #58341B: hue angle of 24.59º 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 #58341B is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 27 -
CMYK 0 0.41 0.69 0.65
HSL 24.59º 0.53% 0.23% -
HSV(B) 24.59º 0.69% 0.35% -
XYZ 5.45 4.61 1.64 -
YUV 59.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 88 52 27 0 0.41 0.69 0.65 24.59 0.53 0.23
Hex 58 34 1B 0 29 45 41 19 35 17
Octal 130 64 33 0 51 105 101 31 65 27
Binary 1011000 110100 11011 0 101001 1000101 1000001 11001 110101 10111

Color Harmonies of #58341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58341B

Black with #58341B

Text Example


Text Example

White with #58341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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