Html Css Color HEX #582610 Baker's Chocolate

📋 copy color: '#582610'

red 88 ◦ green 38 ◦ blue 16

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

Shades of Baker's Chocolate #582610

Tints of Baker's Chocolate #582610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 61.97%
G = 26.76%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#582610 (or 0x582610) is known color: Baker's Chocolate. HEX triplet: 58, 26 and 10. RGB value is (88,38,16). Sum of RGB (Red+Green+Blue) = 88+38+16=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #582610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582610 is #A7D9EF. Grayscale: #323232. Windows color (decimal): -11000304 or 1058392. OLE color: 1058392.

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

Color convert

RGB 88 38 16 -
CMYK 0 0.57 0.82 0.65
HSL 18.33º 0.69% 0.2% -
HSV(B) 18.33º 0.82% 0.35% -
XYZ 4.81 3.5 0.91 -
YUV 50.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 88 38 16 0 0.57 0.82 0.65 18.33 0.69 0.2
Hex 58 26 10 0 39 52 41 12 45 14
Octal 130 46 20 0 71 122 101 22 105 24
Binary 1011000 100110 10000 0 111001 1010010 1000001 10010 1000101 10100

Color Harmonies of #582610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582610

Black with #582610

Text Example


Text Example

White with #582610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582610; }

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

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

background-color css

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

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

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

border-color css

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

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

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