Html Css Color HEX #513002 Baker's Chocolate

📋 copy color: '#513002'

red 81 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #513002

Tints of Baker's Chocolate #513002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 61.83%
G = 36.64%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#513002 (or 0x513002) is known color: Baker's Chocolate. HEX triplet: 51, 30 and 02. RGB value is (81,48,2). Sum of RGB (Red+Green+Blue) = 81+48+2=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #513002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513002 is #AECFFD. Grayscale: #343434. Windows color (decimal): -11456510 or 143441. OLE color: 143441.

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

Color convert

RGB 81 48 2 -
CMYK 0 0.41 0.98 0.68
HSL 34.94º 0.95% 0.16% -
HSV(B) 34.94º 0.98% 0.32% -
XYZ 4.46 3.87 0.57 -
YUV 52.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 81 48 2 0 0.41 0.98 0.68 34.94 0.95 0.16
Hex 51 30 2 0 29 62 44 23 5F 10
Octal 121 60 2 0 51 142 104 43 137 20
Binary 1010001 110000 10 0 101001 1100010 1000100 100011 1011111 10000

Color Harmonies of #513002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513002

Black with #513002

Text Example


Text Example

White with #513002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513002; }

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

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

background-color css

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

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

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

border-color css

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

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

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