Html Css Color HEX #531F09 Baker's Chocolate

📋 copy color: '#531F09'

red 83 ◦ green 31 ◦ blue 9

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

Shades of Baker's Chocolate #531F09

Tints of Baker's Chocolate #531F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.2%

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

R = 67.48%
G = 25.2%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#531F09 (or 0x531F09) is known color: Baker's Chocolate. HEX triplet: 53, 1F and 09. RGB value is (83,31,9). Sum of RGB (Red+Green+Blue) = 83+31+9=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F09 is #ACE0F6. Grayscale: #2C2C2C. Windows color (decimal): -11329783 or 597843. OLE color: 597843.

HSL color Cylindrical-coordinate representation of color #531F09: hue angle of 17.84º 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 #531F09 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 31 9 -
CMYK 0 0.63 0.89 0.67
HSL 17.84º 0.8% 0.18% -
HSV(B) 17.84º 0.89% 0.33% -
XYZ 4.11 2.84 0.59 -
YUV 44.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 83 31 9 0 0.63 0.89 0.67 17.84 0.8 0.18
Hex 53 1F 9 0 3F 59 43 12 50 12
Octal 123 37 11 0 77 131 103 22 120 22
Binary 1010011 11111 1001 0 111111 1011001 1000011 10010 1010000 10010

Color Harmonies of #531F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F09

Black with #531F09

Text Example


Text Example

White with #531F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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