Html Css Color HEX #513803 Baker's Chocolate

📋 copy color: '#513803'

red 81 ◦ green 56 ◦ blue 3

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

Shades of Baker's Chocolate #513803

Tints of Baker's Chocolate #513803

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40%

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

R = 57.86%
G = 40%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#513803 (or 0x513803) is known color: Baker's Chocolate. HEX triplet: 51, 38 and 03. RGB value is (81,56,3). Sum of RGB (Red+Green+Blue) = 81+56+3=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #513803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513803 is #AEC7FC. Grayscale: #393939. Windows color (decimal): -11454461 or 211025. OLE color: 211025.

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

Color convert

RGB 81 56 3 -
CMYK 0 0.31 0.96 0.68
HSL 40.77º 0.93% 0.16% -
HSV(B) 40.77º 0.96% 0.32% -
XYZ 4.82 4.58 0.72 -
YUV 57.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 81 56 3 0 0.31 0.96 0.68 40.77 0.93 0.16
Hex 51 38 3 0 1F 60 44 29 5D 10
Octal 121 70 3 0 37 140 104 51 135 20
Binary 1010001 111000 11 0 11111 1100000 1000100 101001 1011101 10000

Color Harmonies of #513803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513803

Black with #513803

Text Example


Text Example

White with #513803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513803; }

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

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

background-color css

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

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

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

border-color css

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

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

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