Html Css Color HEX #583404 Baker's Chocolate

📋 copy color: '#583404'

red 88 ◦ green 52 ◦ blue 4

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

Shades of Baker's Chocolate #583404

Tints of Baker's Chocolate #583404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

 BLUE value IS 4 (1.95% from 255) = 2.78%

R = 61.11%
G = 36.11%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#583404 (or 0x583404) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 04. RGB value is (88,52,4). Sum of RGB (Red+Green+Blue) = 88+52+4=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #583404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583404 is #A7CBFB. Grayscale: #393939. Windows color (decimal): -10996732 or 275544. OLE color: 275544.

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

Color convert

RGB 88 52 4 -
CMYK 0 0.41 0.95 0.65
HSL 34.29º 0.91% 0.18% -
HSV(B) 34.29º 0.95% 0.35% -
XYZ 5.27 4.54 0.71 -
YUV 57.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 88 52 4 0 0.41 0.95 0.65 34.29 0.91 0.18
Hex 58 34 4 0 29 5F 41 22 5B 12
Octal 130 64 4 0 51 137 101 42 133 22
Binary 1011000 110100 100 0 101001 1011111 1000001 100010 1011011 10010

Color Harmonies of #583404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583404

Black with #583404

Text Example


Text Example

White with #583404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583404; }

 p { color: rgb(88,52,4); }

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

background-color css

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

 a { background-color: rgb(88,52,4); }

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

border-color css

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

 span { border-color: rgb(88,52,4); }

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