Html Css Color HEX #582601 Baker's Chocolate

📋 copy color: '#582601'

red 88 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #582601

Tints of Baker's Chocolate #582601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 69.29%
G = 29.92%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#582601 (or 0x582601) is known color: Baker's Chocolate. HEX triplet: 58, 26 and 01. RGB value is (88,38,1). Sum of RGB (Red+Green+Blue) = 88+38+1=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #582601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582601 is #A7D9FE. Grayscale: #303030. Windows color (decimal): -11000319 or 75352. OLE color: 75352.

HSL color Cylindrical-coordinate representation of color #582601: hue angle of 25.52º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #582601 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 38 1 -
CMYK 0 0.57 0.99 0.65
HSL 25.52º 0.98% 0.17% -
HSV(B) 25.52º 0.99% 0.35% -
XYZ 4.72 3.46 0.45 -
YUV 48.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 88 38 1 0 0.57 0.99 0.65 25.52 0.98 0.17
Hex 58 26 1 0 39 63 41 1A 62 11
Octal 130 46 1 0 71 143 101 32 142 21
Binary 1011000 100110 1 0 111001 1100011 1000001 11010 1100010 10001

Color Harmonies of #582601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582601

Black with #582601

Text Example


Text Example

White with #582601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582601; }

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

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

background-color css

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

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

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

border-color css

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

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

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