Html Css Color HEX #582405 Baker's Chocolate

📋 copy color: '#582405'

red 88 ◦ green 36 ◦ blue 5

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

Shades of Baker's Chocolate #582405

Tints of Baker's Chocolate #582405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.91%

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

R = 68.22%
G = 27.91%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#582405 (or 0x582405) is known color: Baker's Chocolate. HEX triplet: 58, 24 and 05. RGB value is (88,36,5). Sum of RGB (Red+Green+Blue) = 88+36+5=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #582405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582405 is #A7DBFA. Grayscale: #303030. Windows color (decimal): -11000827 or 336984. OLE color: 336984.

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

Color convert

RGB 88 36 5 -
CMYK 0 0.59 0.94 0.65
HSL 22.41º 0.89% 0.18% -
HSV(B) 22.41º 0.94% 0.35% -
XYZ 4.68 3.35 0.54 -
YUV 48.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 88 36 5 0 0.59 0.94 0.65 22.41 0.89 0.18
Hex 58 24 5 0 3B 5E 41 16 59 12
Octal 130 44 5 0 73 136 101 26 131 22
Binary 1011000 100100 101 0 111011 1011110 1000001 10110 1011001 10010

Color Harmonies of #582405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582405

Black with #582405

Text Example


Text Example

White with #582405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582405; }

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

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

background-color css

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

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

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

border-color css

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

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

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