Html Css Color HEX #583105 Baker's Chocolate

📋 copy color: '#583105'

red 88 ◦ green 49 ◦ blue 5

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

Shades of Baker's Chocolate #583105

Tints of Baker's Chocolate #583105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.51%

 BLUE value IS 5 (2.34% from 255) = 3.52%

R = 61.97%
G = 34.51%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#583105 (or 0x583105) is known color: Baker's Chocolate. HEX triplet: 58, 31 and 05. RGB value is (88,49,5). Sum of RGB (Red+Green+Blue) = 88+49+5=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #583105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583105 is #A7CEFA. Grayscale: #373737. Windows color (decimal): -10997499 or 340312. OLE color: 340312.

HSL color Cylindrical-coordinate representation of color #583105: hue angle of 31.81º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #583105 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 49 5 -
CMYK 0 0.44 0.94 0.65
HSL 31.81º 0.89% 0.18% -
HSV(B) 31.81º 0.94% 0.35% -
XYZ 5.15 4.28 0.7 -
YUV 55.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 88 49 5 0 0.44 0.94 0.65 31.81 0.89 0.18
Hex 58 31 5 0 2C 5E 41 20 59 12
Octal 130 61 5 0 54 136 101 40 131 22
Binary 1011000 110001 101 0 101100 1011110 1000001 100000 1011001 10010

Color Harmonies of #583105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583105

Black with #583105

Text Example


Text Example

White with #583105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583105; }

 p { color: rgb(88,49,5); }

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

background-color css

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

 a { background-color: rgb(88,49,5); }

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

border-color css

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

 span { border-color: rgb(88,49,5); }

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