Html Css Color HEX #531E09 Baker's Chocolate

📋 copy color: '#531E09'

red 83 ◦ green 30 ◦ blue 9

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

Shades of Baker's Chocolate #531E09

Tints of Baker's Chocolate #531E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.38%

R = 68.03%
G = 24.59%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#531E09 (or 0x531E09) is known color: Baker's Chocolate. HEX triplet: 53, 1E and 09. RGB value is (83,30,9). Sum of RGB (Red+Green+Blue) = 83+30+9=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E09 is #ACE1F6. Grayscale: #2B2B2B. Windows color (decimal): -11330039 or 597587. OLE color: 597587.

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

Color convert

RGB 83 30 9 -
CMYK 0 0.64 0.89 0.67
HSL 17.03º 0.8% 0.18% -
HSV(B) 17.03º 0.89% 0.33% -
XYZ 4.08 2.79 0.58 -
YUV 43.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 83 30 9 0 0.64 0.89 0.67 17.03 0.8 0.18
Hex 53 1E 9 0 40 59 43 11 50 12
Octal 123 36 11 0 100 131 103 21 120 22
Binary 1010011 11110 1001 0 1000000 1011001 1000011 10001 1010000 10010

Color Harmonies of #531E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E09

Black with #531E09

Text Example


Text Example

White with #531E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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