Html Css Color HEX #583408 Baker's Chocolate

📋 copy color: '#583408'

red 88 ◦ green 52 ◦ blue 8

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

Shades of Baker's Chocolate #583408

Tints of Baker's Chocolate #583408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.41%

R = 59.46%
G = 35.14%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#583408 (or 0x583408) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 08. RGB value is (88,52,8). Sum of RGB (Red+Green+Blue) = 88+52+8=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #583408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583408 is #A7CBF7. Grayscale: #393939. Windows color (decimal): -10996728 or 537688. OLE color: 537688.

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

Color convert

RGB 88 52 8 -
CMYK 0 0.41 0.91 0.65
HSL 33º 0.83% 0.19% -
HSV(B) 33º 0.91% 0.35% -
XYZ 5.3 4.55 0.83 -
YUV 57.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 88 52 8 0 0.41 0.91 0.65 33 0.83 0.19
Hex 58 34 8 0 29 5B 41 21 53 13
Octal 130 64 10 0 51 133 101 41 123 23
Binary 1011000 110100 1000 0 101001 1011011 1000001 100001 1010011 10011

Color Harmonies of #583408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583408

Black with #583408

Text Example


Text Example

White with #583408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583408; }

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

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

background-color css

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

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

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

border-color css

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

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

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