Html Css Color HEX #511F00 Baker's Chocolate

📋 copy color: '#511F00'

red 81 ◦ green 31 ◦ blue 0

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

Shades of Baker's Chocolate #511F00

Tints of Baker's Chocolate #511F00

RGB

 RED value IS 81 (32.03% from 255) = 72.32%

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

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

R = 72.32%
G = 27.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#511F00 (or 0x511F00) is known color: Baker's Chocolate. HEX triplet: 51, 1F and 00. RGB value is (81,31,0). Sum of RGB (Red+Green+Blue) = 81+31+0=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #511F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F00 is #AEE0FF. Grayscale: #2A2A2A. Windows color (decimal): -11460864 or 8017. OLE color: 8017.

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

Color convert

RGB 81 31 0 -
CMYK 0 0.62 1 0.68
HSL 22.96º 1% 0.16% -
HSV(B) 22.96º 1% 0.32% -
XYZ 3.88 2.73 0.32 -
YUV 42.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 81 31 0 0 0.62 1 0.68 22.96 1 0.16
Hex 51 1F 0 0 3E 64 44 17 64 10
Octal 121 37 0 0 76 144 104 27 144 20
Binary 1010001 11111 0 0 111110 1100100 1000100 10111 1100100 10000

Color Harmonies of #511F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F00

Black with #511F00

Text Example


Text Example

White with #511F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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