Html Css Color HEX #583405 Baker's Chocolate

📋 copy color: '#583405'

red 88 ◦ green 52 ◦ blue 5

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

Shades of Baker's Chocolate #583405

Tints of Baker's Chocolate #583405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.45%

R = 60.69%
G = 35.86%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#583405 (or 0x583405) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 05. RGB value is (88,52,5). Sum of RGB (Red+Green+Blue) = 88+52+5=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #583405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583405 is #A7CBFA. Grayscale: #393939. Windows color (decimal): -10996731 or 341080. OLE color: 341080.

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

Color convert

RGB 88 52 5 -
CMYK 0 0.41 0.94 0.65
HSL 33.98º 0.89% 0.18% -
HSV(B) 33.98º 0.94% 0.35% -
XYZ 5.28 4.54 0.74 -
YUV 57.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 88 52 5 0 0.41 0.94 0.65 33.98 0.89 0.18
Hex 58 34 5 0 29 5E 41 22 59 12
Octal 130 64 5 0 51 136 101 42 131 22
Binary 1011000 110100 101 0 101001 1011110 1000001 100010 1011001 10010

Color Harmonies of #583405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583405

Black with #583405

Text Example


Text Example

White with #583405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583405; }

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

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

background-color css

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

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

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

border-color css

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

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

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