Html Css Color HEX #513302 Baker's Chocolate

📋 copy color: '#513302'

red 81 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #513302

Tints of Baker's Chocolate #513302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.06%

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

R = 60.45%
G = 38.06%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#513302 (or 0x513302) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 02. RGB value is (81,51,2). Sum of RGB (Red+Green+Blue) = 81+51+2=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #513302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513302 is #AECCFD. Grayscale: #363636. Windows color (decimal): -11455742 or 144209. OLE color: 144209.

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

Color convert

RGB 81 51 2 -
CMYK 0 0.37 0.98 0.68
HSL 37.22º 0.95% 0.16% -
HSV(B) 37.22º 0.98% 0.32% -
XYZ 4.59 4.12 0.61 -
YUV 54.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 81 51 2 0 0.37 0.98 0.68 37.22 0.95 0.16
Hex 51 33 2 0 25 62 44 25 5F 10
Octal 121 63 2 0 45 142 104 45 137 20
Binary 1010001 110011 10 0 100101 1100010 1000100 100101 1011111 10000

Color Harmonies of #513302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513302

Black with #513302

Text Example


Text Example

White with #513302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513302; }

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

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

background-color css

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

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

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

border-color css

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

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

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