Html Css Color HEX #58380F Baker's Chocolate

📋 copy color: '#58380F'

red 88 ◦ green 56 ◦ blue 15

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

Shades of Baker's Chocolate #58380F

Tints of Baker's Chocolate #58380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

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

R = 55.35%
G = 35.22%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58380F (or 0x58380F) is known color: Baker's Chocolate. HEX triplet: 58, 38 and 0F. RGB value is (88,56,15). Sum of RGB (Red+Green+Blue) = 88+56+15=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #58380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58380F is #A7C7F0. Grayscale: #3D3D3D. Windows color (decimal): -10995697 or 997464. OLE color: 997464.

HSL color Cylindrical-coordinate representation of color #58380F: hue angle of 33.7º 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 #58380F is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 56 15 -
CMYK 0 0.36 0.83 0.65
HSL 33.7º 0.71% 0.2% -
HSV(B) 33.7º 0.83% 0.35% -
XYZ 5.52 4.94 1.11 -
YUV 60.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 88 56 15 0 0.36 0.83 0.65 33.7 0.71 0.2
Hex 58 38 F 0 24 53 41 22 47 14
Octal 130 70 17 0 44 123 101 42 107 24
Binary 1011000 111000 1111 0 100100 1010011 1000001 100010 1000111 10100

Color Harmonies of #58380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58380F

Black with #58380F

Text Example


Text Example

White with #58380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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