Html Css Color HEX #58230B Baker's Chocolate

📋 copy color: '#58230B'

red 88 ◦ green 35 ◦ blue 11

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

Shades of Baker's Chocolate #58230B

Tints of Baker's Chocolate #58230B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

 BLUE value IS 11 (4.69% from 255) = 8.21%

R = 65.67%
G = 26.12%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58230B (or 0x58230B) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 0B. RGB value is (88,35,11). Sum of RGB (Red+Green+Blue) = 88+35+11=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58230B is #A7DCF4. Grayscale: #303030. Windows color (decimal): -11001077 or 729944. OLE color: 729944.

HSL color Cylindrical-coordinate representation of color #58230B: hue angle of 18.7º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58230B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 11 -
CMYK 0 0.60 0.88 0.65
HSL 18.7º 0.78% 0.19% -
HSV(B) 18.7º 0.88% 0.35% -
XYZ 4.69 3.3 0.71 -
YUV 48.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 88 35 11 0 0.60 0.88 0.65 18.7 0.78 0.19
Hex 58 23 B 0 3C 58 41 13 4E 13
Octal 130 43 13 0 74 130 101 23 116 23
Binary 1011000 100011 1011 0 111100 1011000 1000001 10011 1001110 10011

Color Harmonies of #58230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58230B

Black with #58230B

Text Example


Text Example

White with #58230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58230B; }

 p { color: rgb(88,35,11); }

 H1.HeaderClassName
 {
   color: #58230B;
 }
 .AnyTagClassName
 {
   color: #58230B;
 }
</style>

background-color css

<style>
 a { background-color: #58230B; }

 a { background-color: rgb(88,35,11); }

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

border-color css

<style>
 span { border-color: #58230B; }

 span { border-color: rgb(88,35,11); }

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