Html Css Color HEX #513508 Baker's Chocolate

📋 copy color: '#513508'

red 81 ◦ green 53 ◦ blue 8

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

Shades of Baker's Chocolate #513508

Tints of Baker's Chocolate #513508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 57.04%
G = 37.32%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#513508 (or 0x513508) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 08. RGB value is (81,53,8). Sum of RGB (Red+Green+Blue) = 81+53+8=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #513508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513508 is #AECAF7. Grayscale: #383838. Windows color (decimal): -11455224 or 537937. OLE color: 537937.

HSL color Cylindrical-coordinate representation of color #513508: hue angle of 36.99º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #513508 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 8 -
CMYK 0 0.35 0.90 0.68
HSL 36.99º 0.82% 0.17% -
HSV(B) 36.99º 0.9% 0.32% -
XYZ 4.71 4.31 0.81 -
YUV 56.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 81 53 8 0 0.35 0.90 0.68 36.99 0.82 0.17
Hex 51 35 8 0 23 5A 44 25 52 11
Octal 121 65 10 0 43 132 104 45 122 21
Binary 1010001 110101 1000 0 100011 1011010 1000100 100101 1010010 10001

Color Harmonies of #513508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513508

Black with #513508

Text Example


Text Example

White with #513508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513508; }

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

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

background-color css

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

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

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

border-color css

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

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

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