Html Css Color HEX #513504 Baker's Chocolate

📋 copy color: '#513504'

red 81 ◦ green 53 ◦ blue 4

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

Shades of Baker's Chocolate #513504

Tints of Baker's Chocolate #513504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

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

R = 58.7%
G = 38.41%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#513504 (or 0x513504) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 04. RGB value is (81,53,4). Sum of RGB (Red+Green+Blue) = 81+53+4=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #513504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513504 is #AECAFB. Grayscale: #383838. Windows color (decimal): -11455228 or 275793. OLE color: 275793.

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

Color convert

RGB 81 53 4 -
CMYK 0 0.35 0.95 0.68
HSL 38.18º 0.91% 0.17% -
HSV(B) 38.18º 0.95% 0.32% -
XYZ 4.69 4.3 0.7 -
YUV 55.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 81 53 4 0 0.35 0.95 0.68 38.18 0.91 0.17
Hex 51 35 4 0 23 5F 44 26 5B 11
Octal 121 65 4 0 43 137 104 46 133 21
Binary 1010001 110101 100 0 100011 1011111 1000100 100110 1011011 10001

Color Harmonies of #513504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513504

Black with #513504

Text Example


Text Example

White with #513504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513504; }

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

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

background-color css

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

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

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

border-color css

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

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

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