Html Css Color HEX #582B0F Baker's Chocolate

📋 copy color: '#582B0F'

red 88 ◦ green 43 ◦ blue 15

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

Shades of Baker's Chocolate #582B0F

Tints of Baker's Chocolate #582B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.45%

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

R = 60.27%
G = 29.45%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#582B0F (or 0x582B0F) is known color: Baker's Chocolate. HEX triplet: 58, 2B and 0F. RGB value is (88,43,15). Sum of RGB (Red+Green+Blue) = 88+43+15=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #582B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582B0F is #A7D4F0. Grayscale: #353535. Windows color (decimal): -10999025 or 994136. OLE color: 994136.

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

Color convert

RGB 88 43 15 -
CMYK 0 0.51 0.83 0.65
HSL 23.01º 0.71% 0.2% -
HSV(B) 23.01º 0.83% 0.35% -
XYZ 4.97 3.84 0.93 -
YUV 53.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 88 43 15 0 0.51 0.83 0.65 23.01 0.71 0.2
Hex 58 2B F 0 33 53 41 17 47 14
Octal 130 53 17 0 63 123 101 27 107 24
Binary 1011000 101011 1111 0 110011 1010011 1000001 10111 1000111 10100

Color Harmonies of #582B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B0F

Black with #582B0F

Text Example


Text Example

White with #582B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582B0F; }

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

 H1.HeaderClassName
 {
   color: #582B0F;
 }
 .AnyTagClassName
 {
   color: #582B0F;
 }
</style>

background-color css

<style>
 a { background-color: #582B0F; }

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

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

border-color css

<style>
 span { border-color: #582B0F; }

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

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