Html Css Color HEX #58260F Baker's Chocolate

📋 copy color: '#58260F'

red 88 ◦ green 38 ◦ blue 15

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

Shades of Baker's Chocolate #58260F

Tints of Baker's Chocolate #58260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 62.41%
G = 26.95%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58260F (or 0x58260F) is known color: Baker's Chocolate. HEX triplet: 58, 26 and 0F. RGB value is (88,38,15). Sum of RGB (Red+Green+Blue) = 88+38+15=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #58260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58260F is #A7D9F0. Grayscale: #323232. Windows color (decimal): -11000305 or 992856. OLE color: 992856.

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

Color convert

RGB 88 38 15 -
CMYK 0 0.57 0.83 0.65
HSL 18.9º 0.71% 0.2% -
HSV(B) 18.9º 0.83% 0.35% -
XYZ 4.8 3.5 0.87 -
YUV 50.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 88 38 15 0 0.57 0.83 0.65 18.9 0.71 0.2
Hex 58 26 F 0 39 53 41 13 47 14
Octal 130 46 17 0 71 123 101 23 107 24
Binary 1011000 100110 1111 0 111001 1010011 1000001 10011 1000111 10100

Color Harmonies of #58260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58260F

Black with #58260F

Text Example


Text Example

White with #58260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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