Html Css Color HEX #58301A Baker's Chocolate

📋 copy color: '#58301A'

red 88 ◦ green 48 ◦ blue 26

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

Shades of Baker's Chocolate #58301A

Tints of Baker's Chocolate #58301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 54.32%
G = 29.63%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58301A (or 0x58301A) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 1A. RGB value is (88,48,26). Sum of RGB (Red+Green+Blue) = 88+48+26=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #58301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58301A is #A7CFE5. Grayscale: #393939. Windows color (decimal): -10997734 or 1716312. OLE color: 1716312.

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

Color convert

RGB 88 48 26 -
CMYK 0 0.45 0.70 0.65
HSL 21.29º 0.54% 0.22% -
HSV(B) 21.29º 0.7% 0.35% -
XYZ 5.27 4.26 1.52 -
YUV 57.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 88 48 26 0 0.45 0.70 0.65 21.29 0.54 0.22
Hex 58 30 1A 0 2D 46 41 15 36 16
Octal 130 60 32 0 55 106 101 25 66 26
Binary 1011000 110000 11010 0 101101 1000110 1000001 10101 110110 10110

Color Harmonies of #58301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58301A

Black with #58301A

Text Example


Text Example

White with #58301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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