Html Css Color HEX #531E04 Baker's Chocolate

📋 copy color: '#531E04'

red 83 ◦ green 30 ◦ blue 4

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

Shades of Baker's Chocolate #531E04

Tints of Baker's Chocolate #531E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 70.94%
G = 25.64%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#531E04 (or 0x531E04) is known color: Baker's Chocolate. HEX triplet: 53, 1E and 04. RGB value is (83,30,4). Sum of RGB (Red+Green+Blue) = 83+30+4=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #531E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E04 is #ACE1FB. Grayscale: #2B2B2B. Windows color (decimal): -11330044 or 269907. OLE color: 269907.

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

Color convert

RGB 83 30 4 -
CMYK 0 0.64 0.95 0.67
HSL 19.75º 0.91% 0.17% -
HSV(B) 19.75º 0.95% 0.33% -
XYZ 4.05 2.78 0.44 -
YUV 42.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 83 30 4 0 0.64 0.95 0.67 19.75 0.91 0.17
Hex 53 1E 4 0 40 5F 43 14 5B 11
Octal 123 36 4 0 100 137 103 24 133 21
Binary 1010011 11110 100 0 1000000 1011111 1000011 10100 1011011 10001

Color Harmonies of #531E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E04

Black with #531E04

Text Example


Text Example

White with #531E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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