Html Css Color HEX #583A1B Baker's Chocolate

📋 copy color: '#583A1B'

red 88 ◦ green 58 ◦ blue 27

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

Shades of Baker's Chocolate #583A1B

Tints of Baker's Chocolate #583A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 50.87%
G = 33.53%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#583A1B (or 0x583A1B) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 1B. RGB value is (88,58,27). Sum of RGB (Red+Green+Blue) = 88+58+27=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #583A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583A1B is #A7C5E4. Grayscale: #3F3F3F. Windows color (decimal): -10995173 or 1784408. OLE color: 1784408.

HSL color Cylindrical-coordinate representation of color #583A1B: hue angle of 30.49º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #583A1B is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 58 27 -
CMYK 0 0.34 0.69 0.65
HSL 30.49º 0.53% 0.23% -
HSV(B) 30.49º 0.69% 0.35% -
XYZ 5.74 5.18 1.73 -
YUV 63.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 88 58 27 0 0.34 0.69 0.65 30.49 0.53 0.23
Hex 58 3A 1B 0 22 45 41 1E 35 17
Octal 130 72 33 0 42 105 101 36 65 27
Binary 1011000 111010 11011 0 100010 1000101 1000001 11110 110101 10111

Color Harmonies of #583A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583A1B

Black with #583A1B

Text Example


Text Example

White with #583A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,58,27); }

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

background-color css

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

 a { background-color: rgb(88,58,27); }

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

border-color css

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

 span { border-color: rgb(88,58,27); }

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