Html Css Color HEX #513303 Baker's Chocolate

📋 copy color: '#513303'

red 81 ◦ green 51 ◦ blue 3

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

Shades of Baker's Chocolate #513303

Tints of Baker's Chocolate #513303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 60%
G = 37.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#513303 (or 0x513303) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 03. RGB value is (81,51,3). Sum of RGB (Red+Green+Blue) = 81+51+3=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #513303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513303 is #AECCFC. Grayscale: #363636. Windows color (decimal): -11455741 or 209745. OLE color: 209745.

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

Color convert

RGB 81 51 3 -
CMYK 0 0.37 0.96 0.68
HSL 36.92º 0.93% 0.16% -
HSV(B) 36.92º 0.96% 0.32% -
XYZ 4.59 4.12 0.64 -
YUV 54.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 81 51 3 0 0.37 0.96 0.68 36.92 0.93 0.16
Hex 51 33 3 0 25 60 44 25 5D 10
Octal 121 63 3 0 45 140 104 45 135 20
Binary 1010001 110011 11 0 100101 1100000 1000100 100101 1011101 10000

Color Harmonies of #513303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513303

Black with #513303

Text Example


Text Example

White with #513303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513303; }

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

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

background-color css

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

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

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

border-color css

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

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

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