Html Css Color HEX #58260C Baker's Chocolate

📋 copy color: '#58260C'

red 88 ◦ green 38 ◦ blue 12

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

Shades of Baker's Chocolate #58260C

Tints of Baker's Chocolate #58260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

 BLUE value IS 12 (5.08% from 255) = 8.7%

R = 63.77%
G = 27.54%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58260C (or 0x58260C) is known color: Baker's Chocolate. HEX triplet: 58, 26 and 0C. RGB value is (88,38,12). Sum of RGB (Red+Green+Blue) = 88+38+12=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58260C is #A7D9F3. Grayscale: #323232. Windows color (decimal): -11000308 or 796248. OLE color: 796248.

HSL color Cylindrical-coordinate representation of color #58260C: hue angle of 20.53º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58260C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 38 12 -
CMYK 0 0.57 0.86 0.65
HSL 20.53º 0.76% 0.2% -
HSV(B) 20.53º 0.86% 0.35% -
XYZ 4.78 3.49 0.77 -
YUV 49.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 88 38 12 0 0.57 0.86 0.65 20.53 0.76 0.2
Hex 58 26 C 0 39 56 41 15 4C 14
Octal 130 46 14 0 71 126 101 25 114 24
Binary 1011000 100110 1100 0 111001 1010110 1000001 10101 1001100 10100

Color Harmonies of #58260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58260C

Black with #58260C

Text Example


Text Example

White with #58260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58260C; }

 p { color: rgb(88,38,12); }

 H1.HeaderClassName
 {
   color: #58260C;
 }
 .AnyTagClassName
 {
   color: #58260C;
 }
</style>

background-color css

<style>
 a { background-color: #58260C; }

 a { background-color: rgb(88,38,12); }

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

border-color css

<style>
 span { border-color: #58260C; }

 span { border-color: rgb(88,38,12); }

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