Html Css Color HEX #531F01 Baker's Chocolate

📋 copy color: '#531F01'

red 83 ◦ green 31 ◦ blue 1

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

Shades of Baker's Chocolate #531F01

Tints of Baker's Chocolate #531F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.87%

R = 72.17%
G = 26.96%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#531F01 (or 0x531F01) is known color: Baker's Chocolate. HEX triplet: 53, 1F and 01. RGB value is (83,31,1). Sum of RGB (Red+Green+Blue) = 83+31+1=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #531F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F01 is #ACE0FE. Grayscale: #2B2B2B. Windows color (decimal): -11329791 or 73555. OLE color: 73555.

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

Color convert

RGB 83 31 1 -
CMYK 0 0.63 0.99 0.67
HSL 21.95º 0.98% 0.16% -
HSV(B) 21.95º 0.99% 0.33% -
XYZ 4.06 2.82 0.36 -
YUV 43.13 104.23 156.44 -
System Red Green Blue C M Y K H S L
Decimal 83 31 1 0 0.63 0.99 0.67 21.95 0.98 0.16
Hex 53 1F 1 0 3F 63 43 16 62 10
Octal 123 37 1 0 77 143 103 26 142 20
Binary 1010011 11111 1 0 111111 1100011 1000011 10110 1100010 10000

Color Harmonies of #531F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F01

Black with #531F01

Text Example


Text Example

White with #531F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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