Html Css Color HEX #531E06 Baker's Chocolate

📋 copy color: '#531E06'

red 83 ◦ green 30 ◦ blue 6

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

Shades of Baker's Chocolate #531E06

Tints of Baker's Chocolate #531E06

RGB

 RED value IS 83 (32.81% from 255) = 69.75%

 GREEN value IS 30 (12.11% from 255) = 25.21%

 BLUE value IS 6 (2.73% from 255) = 5.04%

R = 69.75%
G = 25.21%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#531E06 (or 0x531E06) is known color: Baker's Chocolate. HEX triplet: 53, 1E and 06. RGB value is (83,30,6). Sum of RGB (Red+Green+Blue) = 83+30+6=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #531E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E06 is #ACE1F9. Grayscale: #2B2B2B. Windows color (decimal): -11330042 or 400979. OLE color: 400979.

HSL color Cylindrical-coordinate representation of color #531E06: hue angle of 18.7º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #531E06 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 30 6 -
CMYK 0 0.64 0.93 0.67
HSL 18.7º 0.87% 0.17% -
HSV(B) 18.7º 0.93% 0.33% -
XYZ 4.06 2.78 0.49 -
YUV 43.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 83 30 6 0 0.64 0.93 0.67 18.7 0.87 0.17
Hex 53 1E 6 0 40 5D 43 13 57 11
Octal 123 36 6 0 100 135 103 23 127 21
Binary 1010011 11110 110 0 1000000 1011101 1000011 10011 1010111 10001

Color Harmonies of #531E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E06

Black with #531E06

Text Example


Text Example

White with #531E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531E06; }

 p { color: rgb(83,30,6); }

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

background-color css

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

 a { background-color: rgb(83,30,6); }

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

border-color css

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

 span { border-color: rgb(83,30,6); }

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