Html Css Color HEX #513700 Baker's Chocolate

📋 copy color: '#513700'

red 81 ◦ green 55 ◦ blue 0

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

Shades of Baker's Chocolate #513700

Tints of Baker's Chocolate #513700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

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

R = 59.56%
G = 40.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#513700 (or 0x513700) is known color: Baker's Chocolate. HEX triplet: 51, 37 and 00. RGB value is (81,55,0). Sum of RGB (Red+Green+Blue) = 81+55+0=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #513700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513700 is #AEC8FF. Grayscale: #383838. Windows color (decimal): -11454720 or 14161. OLE color: 14161.

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

Color convert

RGB 81 55 0 -
CMYK 0 0.32 1 0.68
HSL 40.74º 1% 0.16% -
HSV(B) 40.74º 1% 0.32% -
XYZ 4.76 4.48 0.61 -
YUV 56.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 81 55 0 0 0.32 1 0.68 40.74 1 0.16
Hex 51 37 0 0 20 64 44 29 64 10
Octal 121 67 0 0 40 144 104 51 144 20
Binary 1010001 110111 0 0 100000 1100100 1000100 101001 1100100 10000

Color Harmonies of #513700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513700

Black with #513700

Text Example


Text Example

White with #513700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513700; }

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

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

background-color css

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

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

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

border-color css

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

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

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