Html Css Color HEX #583D01 Baker's Chocolate

📋 copy color: '#583D01'

red 88 ◦ green 61 ◦ blue 1

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

Shades of Baker's Chocolate #583D01

Tints of Baker's Chocolate #583D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 58.67%
G = 40.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#583D01 (or 0x583D01) is known color: Baker's Chocolate. HEX triplet: 58, 3D and 01. RGB value is (88,61,1). Sum of RGB (Red+Green+Blue) = 88+61+1=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #583D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583D01 is #A7C2FE. Grayscale: #3E3E3E. Windows color (decimal): -10994431 or 81240. OLE color: 81240.

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

Color convert

RGB 88 61 1 -
CMYK 0 0.31 0.99 0.65
HSL 41.38º 0.98% 0.17% -
HSV(B) 41.38º 0.99% 0.35% -
XYZ 5.7 5.41 0.77 -
YUV 62.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 88 61 1 0 0.31 0.99 0.65 41.38 0.98 0.17
Hex 58 3D 1 0 1F 63 41 29 62 11
Octal 130 75 1 0 37 143 101 51 142 21
Binary 1011000 111101 1 0 11111 1100011 1000001 101001 1100010 10001

Color Harmonies of #583D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583D01

Black with #583D01

Text Example


Text Example

White with #583D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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