Html Css Color HEX #513201 Baker's Chocolate

📋 copy color: '#513201'

red 81 ◦ green 50 ◦ blue 1

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

Shades of Baker's Chocolate #513201

Tints of Baker's Chocolate #513201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.88%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 61.36%
G = 37.88%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#513201 (or 0x513201) is known color: Baker's Chocolate. HEX triplet: 51, 32 and 01. RGB value is (81,50,1). Sum of RGB (Red+Green+Blue) = 81+50+1=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #513201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513201 is #AECDFE. Grayscale: #353535. Windows color (decimal): -11455999 or 78417. OLE color: 78417.

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

Color convert

RGB 81 50 1 -
CMYK 0 0.38 0.99 0.68
HSL 36.75º 0.98% 0.16% -
HSV(B) 36.75º 0.99% 0.32% -
XYZ 4.54 4.03 0.57 -
YUV 53.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 81 50 1 0 0.38 0.99 0.68 36.75 0.98 0.16
Hex 51 32 1 0 26 63 44 25 62 10
Octal 121 62 1 0 46 143 104 45 142 20
Binary 1010001 110010 1 0 100110 1100011 1000100 100101 1100010 10000

Color Harmonies of #513201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513201

Black with #513201

Text Example


Text Example

White with #513201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513201; }

 p { color: rgb(81,50,1); }

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

background-color css

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

 a { background-color: rgb(81,50,1); }

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

border-color css

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

 span { border-color: rgb(81,50,1); }

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