Html Css Color HEX #583D00 Baker's Chocolate

📋 copy color: '#583D00'

red 88 ◦ green 61 ◦ blue 0

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

Shades of Baker's Chocolate #583D00

Tints of Baker's Chocolate #583D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.06%
G = 40.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#583D00 (or 0x583D00) is known color: Baker's Chocolate. HEX triplet: 58, 3D and 00. RGB value is (88,61,0). Sum of RGB (Red+Green+Blue) = 88+61+0=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #583D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583D00 is #A7C2FF. Grayscale: #3E3E3E. Windows color (decimal): -10994432 or 15704. OLE color: 15704.

HSL color Cylindrical-coordinate representation of color #583D00: hue angle of 41.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #583D00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 61 0 -
CMYK 0 0.31 1 0.65
HSL 41.59º 1% 0.17% -
HSV(B) 41.59º 1% 0.35% -
XYZ 5.69 5.41 0.74 -
YUV 62.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 88 61 0 0 0.31 1 0.65 41.59 1 0.17
Hex 58 3D 0 0 1F 64 41 2A 64 11
Octal 130 75 0 0 37 144 101 52 144 21
Binary 1011000 111101 0 0 11111 1100100 1000001 101010 1100100 10001

Color Harmonies of #583D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583D00

Black with #583D00

Text Example


Text Example

White with #583D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583D00; }

 p { color: rgb(88,61,0); }

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

background-color css

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

 a { background-color: rgb(88,61,0); }

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

border-color css

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

 span { border-color: rgb(88,61,0); }

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