Html Css Color HEX #583508 Baker's Chocolate

📋 copy color: '#583508'

red 88 ◦ green 53 ◦ blue 8

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

Shades of Baker's Chocolate #583508

Tints of Baker's Chocolate #583508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

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

R = 59.06%
G = 35.57%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#583508 (or 0x583508) is known color: Baker's Chocolate. HEX triplet: 58, 35 and 08. RGB value is (88,53,8). Sum of RGB (Red+Green+Blue) = 88+53+8=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #583508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583508 is #A7CAF7. Grayscale: #3A3A3A. Windows color (decimal): -10996472 or 537944. OLE color: 537944.

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

Color convert

RGB 88 53 8 -
CMYK 0 0.40 0.91 0.65
HSL 33.75º 0.83% 0.19% -
HSV(B) 33.75º 0.91% 0.35% -
XYZ 5.34 4.64 0.84 -
YUV 58.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 88 53 8 0 0.40 0.91 0.65 33.75 0.83 0.19
Hex 58 35 8 0 28 5B 41 22 53 13
Octal 130 65 10 0 50 133 101 42 123 23
Binary 1011000 110101 1000 0 101000 1011011 1000001 100010 1010011 10011

Color Harmonies of #583508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583508

Black with #583508

Text Example


Text Example

White with #583508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583508; }

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

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

background-color css

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

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

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

border-color css

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

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

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