Html Css Color HEX #531900 Baker's Chocolate

📋 copy color: '#531900'

red 83 ◦ green 25 ◦ blue 0

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

Shades of Baker's Chocolate #531900

Tints of Baker's Chocolate #531900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

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

R = 76.85%
G = 23.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#531900 (or 0x531900) is known color: Baker's Chocolate. HEX triplet: 53, 19 and 00. RGB value is (83,25,0). Sum of RGB (Red+Green+Blue) = 83+25+0=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531900 is #ACE6FF. Grayscale: #272727. Windows color (decimal): -11331328 or 6483. OLE color: 6483.

HSL color Cylindrical-coordinate representation of color #531900: hue angle of 18.07º 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 #531900 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 0 -
CMYK 0 0.70 1 0.67
HSL 18.07º 1% 0.16% -
HSV(B) 18.07º 1% 0.33% -
XYZ 3.91 2.53 0.28 -
YUV 39.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 83 25 0 0 0.70 1 0.67 18.07 1 0.16
Hex 53 19 0 0 46 64 43 12 64 10
Octal 123 31 0 0 106 144 103 22 144 20
Binary 1010011 11001 0 0 1000110 1100100 1000011 10010 1100100 10000

Color Harmonies of #531900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531900

Black with #531900

Text Example


Text Example

White with #531900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531900; }

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

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

background-color css

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

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

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

border-color css

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

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

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