Html Css Color HEX #582E01 Baker's Chocolate

📋 copy color: '#582E01'

red 88 ◦ green 46 ◦ blue 1

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

Shades of Baker's Chocolate #582E01

Tints of Baker's Chocolate #582E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.07%

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

R = 65.19%
G = 34.07%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#582E01 (or 0x582E01) is known color: Baker's Chocolate. HEX triplet: 58, 2E and 01. RGB value is (88,46,1). Sum of RGB (Red+Green+Blue) = 88+46+1=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #582E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E01 is #A7D1FE. Grayscale: #353535. Windows color (decimal): -10998271 or 77400. OLE color: 77400.

HSL color Cylindrical-coordinate representation of color #582E01: hue angle of 31.03º 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 #582E01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 46 1 -
CMYK 0 0.48 0.99 0.65
HSL 31.03º 0.98% 0.17% -
HSV(B) 31.03º 0.99% 0.35% -
XYZ 5.01 4.03 0.54 -
YUV 53.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 88 46 1 0 0.48 0.99 0.65 31.03 0.98 0.17
Hex 58 2E 1 0 30 63 41 1F 62 11
Octal 130 56 1 0 60 143 101 37 142 21
Binary 1011000 101110 1 0 110000 1100011 1000001 11111 1100010 10001

Color Harmonies of #582E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E01

Black with #582E01

Text Example


Text Example

White with #582E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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