Html Css Color HEX #58361A Baker's Chocolate

📋 copy color: '#58361A'

red 88 ◦ green 54 ◦ blue 26

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

Shades of Baker's Chocolate #58361A

Tints of Baker's Chocolate #58361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

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

R = 52.38%
G = 32.14%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58361A (or 0x58361A) is known color: Baker's Chocolate. HEX triplet: 58, 36 and 1A. RGB value is (88,54,26). Sum of RGB (Red+Green+Blue) = 88+54+26=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58361A is #A7C9E5. Grayscale: #3D3D3D. Windows color (decimal): -10996198 or 1717848. OLE color: 1717848.

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

Color convert

RGB 88 54 26 -
CMYK 0 0.39 0.70 0.65
HSL 27.1º 0.54% 0.22% -
HSV(B) 27.1º 0.7% 0.35% -
XYZ 5.53 4.79 1.61 -
YUV 60.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 88 54 26 0 0.39 0.70 0.65 27.1 0.54 0.22
Hex 58 36 1A 0 27 46 41 1B 36 16
Octal 130 66 32 0 47 106 101 33 66 26
Binary 1011000 110110 11010 0 100111 1000110 1000001 11011 110110 10110

Color Harmonies of #58361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58361A

Black with #58361A

Text Example


Text Example

White with #58361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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