Html Css Color HEX #531F00 Baker's Chocolate

📋 copy color: '#531F00'

red 83 ◦ green 31 ◦ blue 0

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

Shades of Baker's Chocolate #531F00

Tints of Baker's Chocolate #531F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.81%
G = 27.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#531F00 (or 0x531F00) is known color: Baker's Chocolate. HEX triplet: 53, 1F and 00. RGB value is (83,31,0). Sum of RGB (Red+Green+Blue) = 83+31+0=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #531F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F00 is #ACE0FF. Grayscale: #2B2B2B. Windows color (decimal): -11329792 or 8019. OLE color: 8019.

HSL color Cylindrical-coordinate representation of color #531F00: hue angle of 22.41º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #531F00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 31 0 -
CMYK 0 0.63 1 0.67
HSL 22.41º 1% 0.16% -
HSV(B) 22.41º 1% 0.33% -
XYZ 4.06 2.82 0.33 -
YUV 43.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 83 31 0 0 0.63 1 0.67 22.41 1 0.16
Hex 53 1F 0 0 3F 64 43 16 64 10
Octal 123 37 0 0 77 144 103 26 144 20
Binary 1010011 11111 0 0 111111 1100100 1000011 10110 1100100 10000

Color Harmonies of #531F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F00

Black with #531F00

Text Example


Text Example

White with #531F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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