Html Css Color HEX #531E03 Baker's Chocolate

📋 copy color: '#531E03'

red 83 ◦ green 30 ◦ blue 3

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

Shades of Baker's Chocolate #531E03

Tints of Baker's Chocolate #531E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.59%

R = 71.55%
G = 25.86%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#531E03 (or 0x531E03) is known color: Baker's Chocolate. HEX triplet: 53, 1E and 03. RGB value is (83,30,3). Sum of RGB (Red+Green+Blue) = 83+30+3=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #531E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E03 is #ACE1FC. Grayscale: #2A2A2A. Windows color (decimal): -11330045 or 204371. OLE color: 204371.

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

Color convert

RGB 83 30 3 -
CMYK 0 0.64 0.96 0.67
HSL 20.25º 0.93% 0.17% -
HSV(B) 20.25º 0.96% 0.33% -
XYZ 4.05 2.77 0.41 -
YUV 42.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 83 30 3 0 0.64 0.96 0.67 20.25 0.93 0.17
Hex 53 1E 3 0 40 60 43 14 5D 11
Octal 123 36 3 0 100 140 103 24 135 21
Binary 1010011 11110 11 0 1000000 1100000 1000011 10100 1011101 10001

Color Harmonies of #531E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E03

Black with #531E03

Text Example


Text Example

White with #531E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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