Html Css Color HEX #513608 Baker's Chocolate

📋 copy color: '#513608'

red 81 ◦ green 54 ◦ blue 8

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

Shades of Baker's Chocolate #513608

Tints of Baker's Chocolate #513608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.76%

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

R = 56.64%
G = 37.76%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#513608 (or 0x513608) is known color: Baker's Chocolate. HEX triplet: 51, 36 and 08. RGB value is (81,54,8). Sum of RGB (Red+Green+Blue) = 81+54+8=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513608 is #AEC9F7. Grayscale: #393939. Windows color (decimal): -11454968 or 538193. OLE color: 538193.

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

Color convert

RGB 81 54 8 -
CMYK 0 0.33 0.90 0.68
HSL 37.81º 0.82% 0.17% -
HSV(B) 37.81º 0.9% 0.32% -
XYZ 4.76 4.41 0.83 -
YUV 56.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 81 54 8 0 0.33 0.90 0.68 37.81 0.82 0.17
Hex 51 36 8 0 21 5A 44 26 52 11
Octal 121 66 10 0 41 132 104 46 122 21
Binary 1010001 110110 1000 0 100001 1011010 1000100 100110 1010010 10001

Color Harmonies of #513608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513608

Black with #513608

Text Example


Text Example

White with #513608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513608; }

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

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

background-color css

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

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

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

border-color css

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

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

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