Html Css Color HEX #513204 Baker's Chocolate

📋 copy color: '#513204'

red 81 ◦ green 50 ◦ blue 4

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

Shades of Baker's Chocolate #513204

Tints of Baker's Chocolate #513204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 60%
G = 37.04%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#513204 (or 0x513204) is known color: Baker's Chocolate. HEX triplet: 51, 32 and 04. RGB value is (81,50,4). Sum of RGB (Red+Green+Blue) = 81+50+4=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #513204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513204 is #AECDFB. Grayscale: #363636. Windows color (decimal): -11455996 or 275025. OLE color: 275025.

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

Color convert

RGB 81 50 4 -
CMYK 0 0.38 0.95 0.68
HSL 35.84º 0.91% 0.17% -
HSV(B) 35.84º 0.95% 0.32% -
XYZ 4.56 4.04 0.65 -
YUV 54.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 81 50 4 0 0.38 0.95 0.68 35.84 0.91 0.17
Hex 51 32 4 0 26 5F 44 24 5B 11
Octal 121 62 4 0 46 137 104 44 133 21
Binary 1010001 110010 100 0 100110 1011111 1000100 100100 1011011 10001

Color Harmonies of #513204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513204

Black with #513204

Text Example


Text Example

White with #513204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513204; }

 p { color: rgb(81,50,4); }

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

background-color css

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

 a { background-color: rgb(81,50,4); }

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

border-color css

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

 span { border-color: rgb(81,50,4); }

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