Html Css Color HEX #582605 Baker's Chocolate

📋 copy color: '#582605'

red 88 ◦ green 38 ◦ blue 5

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

Shades of Baker's Chocolate #582605

Tints of Baker's Chocolate #582605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.01%

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

R = 67.18%
G = 29.01%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#582605 (or 0x582605) is known color: Baker's Chocolate. HEX triplet: 58, 26 and 05. RGB value is (88,38,5). Sum of RGB (Red+Green+Blue) = 88+38+5=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #582605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582605 is #A7D9FA. Grayscale: #313131. Windows color (decimal): -11000315 or 337496. OLE color: 337496.

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

Color convert

RGB 88 38 5 -
CMYK 0 0.57 0.94 0.65
HSL 23.86º 0.89% 0.18% -
HSV(B) 23.86º 0.94% 0.35% -
XYZ 4.75 3.47 0.56 -
YUV 49.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 88 38 5 0 0.57 0.94 0.65 23.86 0.89 0.18
Hex 58 26 5 0 39 5E 41 18 59 12
Octal 130 46 5 0 71 136 101 30 131 22
Binary 1011000 100110 101 0 111001 1011110 1000001 11000 1011001 10010

Color Harmonies of #582605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582605

Black with #582605

Text Example


Text Example

White with #582605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582605; }

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

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

background-color css

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

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

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

border-color css

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

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

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