Html Css Color HEX #513900 Baker's Chocolate

📋 copy color: '#513900'

red 81 ◦ green 57 ◦ blue 0

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

Shades of Baker's Chocolate #513900

Tints of Baker's Chocolate #513900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.3%

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

R = 58.7%
G = 41.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#513900 (or 0x513900) is known color: Baker's Chocolate. HEX triplet: 51, 39 and 00. RGB value is (81,57,0). Sum of RGB (Red+Green+Blue) = 81+57+0=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #513900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513900 is #AEC6FF. Grayscale: #393939. Windows color (decimal): -11454208 or 14673. OLE color: 14673.

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

Color convert

RGB 81 57 0 -
CMYK 0 0.30 1 0.68
HSL 42.22º 1% 0.16% -
HSV(B) 42.22º 1% 0.32% -
XYZ 4.86 4.68 0.65 -
YUV 57.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 81 57 0 0 0.30 1 0.68 42.22 1 0.16
Hex 51 39 0 0 1E 64 44 2A 64 10
Octal 121 71 0 0 36 144 104 52 144 20
Binary 1010001 111001 0 0 11110 1100100 1000100 101010 1100100 10000

Color Harmonies of #513900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513900

Black with #513900

Text Example


Text Example

White with #513900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513900; }

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

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

background-color css

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

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

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

border-color css

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

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

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