Html Css Color HEX #512504 Baker's Chocolate

📋 copy color: '#512504'

red 81 ◦ green 37 ◦ blue 4

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

Shades of Baker's Chocolate #512504

Tints of Baker's Chocolate #512504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.33%

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

R = 66.39%
G = 30.33%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#512504 (or 0x512504) is known color: Baker's Chocolate. HEX triplet: 51, 25 and 04. RGB value is (81,37,4). Sum of RGB (Red+Green+Blue) = 81+37+4=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #512504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512504 is #AEDAFB. Grayscale: #2E2E2E. Windows color (decimal): -11459324 or 271697. OLE color: 271697.

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

Color convert

RGB 81 37 4 -
CMYK 0 0.54 0.95 0.68
HSL 25.71º 0.91% 0.17% -
HSV(B) 25.71º 0.95% 0.32% -
XYZ 4.08 3.08 0.49 -
YUV 46.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 81 37 4 0 0.54 0.95 0.68 25.71 0.91 0.17
Hex 51 25 4 0 36 5F 44 1A 5B 11
Octal 121 45 4 0 66 137 104 32 133 21
Binary 1010001 100101 100 0 110110 1011111 1000100 11010 1011011 10001

Color Harmonies of #512504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512504

Black with #512504

Text Example


Text Example

White with #512504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512504; }

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

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

background-color css

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

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

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

border-color css

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

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

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