Html Css Color HEX #583005 Baker's Chocolate

📋 copy color: '#583005'

red 88 ◦ green 48 ◦ blue 5

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

Shades of Baker's Chocolate #583005

Tints of Baker's Chocolate #583005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.04%

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

R = 62.41%
G = 34.04%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#583005 (or 0x583005) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 05. RGB value is (88,48,5). Sum of RGB (Red+Green+Blue) = 88+48+5=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #583005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583005 is #A7CFFA. Grayscale: #373737. Windows color (decimal): -10997755 or 340056. OLE color: 340056.

HSL color Cylindrical-coordinate representation of color #583005: hue angle of 31.08º 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 #583005 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 5 -
CMYK 0 0.45 0.94 0.65
HSL 31.08º 0.89% 0.18% -
HSV(B) 31.08º 0.94% 0.35% -
XYZ 5.11 4.2 0.68 -
YUV 55.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 88 48 5 0 0.45 0.94 0.65 31.08 0.89 0.18
Hex 58 30 5 0 2D 5E 41 1F 59 12
Octal 130 60 5 0 55 136 101 37 131 22
Binary 1011000 110000 101 0 101101 1011110 1000001 11111 1011001 10010

Color Harmonies of #583005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583005

Black with #583005

Text Example


Text Example

White with #583005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583005; }

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

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

background-color css

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

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

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

border-color css

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

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

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