Html Css Color HEX #513600 Baker's Chocolate

📋 copy color: '#513600'

red 81 ◦ green 54 ◦ blue 0

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

Shades of Baker's Chocolate #513600

Tints of Baker's Chocolate #513600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#513600 (or 0x513600) is known color: Baker's Chocolate. HEX triplet: 51, 36 and 00. RGB value is (81,54,0). Sum of RGB (Red+Green+Blue) = 81+54+0=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #513600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513600 is #AEC9FF. Grayscale: #383838. Windows color (decimal): -11454976 or 13905. OLE color: 13905.

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

Color convert

RGB 81 54 0 -
CMYK 0 0.33 1 0.68
HSL 40º 1% 0.16% -
HSV(B) 40º 1% 0.32% -
XYZ 4.71 4.39 0.6 -
YUV 55.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 81 54 0 0 0.33 1 0.68 40 1 0.16
Hex 51 36 0 0 21 64 44 28 64 10
Octal 121 66 0 0 41 144 104 50 144 20
Binary 1010001 110110 0 0 100001 1100100 1000100 101000 1100100 10000

Color Harmonies of #513600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513600

Black with #513600

Text Example


Text Example

White with #513600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513600; }

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

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

background-color css

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

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

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

border-color css

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

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

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