Html Css Color HEX #513001 Baker's Chocolate

📋 copy color: '#513001'

red 81 ◦ green 48 ◦ blue 1

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

Shades of Baker's Chocolate #513001

Tints of Baker's Chocolate #513001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.92%

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

R = 62.31%
G = 36.92%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#513001 (or 0x513001) is known color: Baker's Chocolate. HEX triplet: 51, 30 and 01. RGB value is (81,48,1). Sum of RGB (Red+Green+Blue) = 81+48+1=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #513001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513001 is #AECFFE. Grayscale: #343434. Windows color (decimal): -11456511 or 77905. OLE color: 77905.

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

Color convert

RGB 81 48 1 -
CMYK 0 0.41 0.99 0.68
HSL 35.25º 0.98% 0.16% -
HSV(B) 35.25º 0.99% 0.32% -
XYZ 4.46 3.87 0.54 -
YUV 52.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 81 48 1 0 0.41 0.99 0.68 35.25 0.98 0.16
Hex 51 30 1 0 29 63 44 23 62 10
Octal 121 60 1 0 51 143 104 43 142 20
Binary 1010001 110000 1 0 101001 1100011 1000100 100011 1100010 10000

Color Harmonies of #513001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513001

Black with #513001

Text Example


Text Example

White with #513001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513001; }

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

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

background-color css

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

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

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

border-color css

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

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

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