Html Css Color HEX #513008 Baker's Chocolate

📋 copy color: '#513008'

red 81 ◦ green 48 ◦ blue 8

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

Shades of Baker's Chocolate #513008

Tints of Baker's Chocolate #513008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.04%

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

R = 59.12%
G = 35.04%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#513008 (or 0x513008) is known color: Baker's Chocolate. HEX triplet: 51, 30 and 08. RGB value is (81,48,8). Sum of RGB (Red+Green+Blue) = 81+48+8=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #513008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513008 is #AECFF7. Grayscale: #353535. Windows color (decimal): -11456504 or 536657. OLE color: 536657.

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

Color convert

RGB 81 48 8 -
CMYK 0 0.41 0.90 0.68
HSL 32.88º 0.82% 0.17% -
HSV(B) 32.88º 0.9% 0.32% -
XYZ 4.49 3.88 0.74 -
YUV 53.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 81 48 8 0 0.41 0.90 0.68 32.88 0.82 0.17
Hex 51 30 8 0 29 5A 44 21 52 11
Octal 121 60 10 0 51 132 104 41 122 21
Binary 1010001 110000 1000 0 101001 1011010 1000100 100001 1010010 10001

Color Harmonies of #513008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513008

Black with #513008

Text Example


Text Example

White with #513008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513008; }

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

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

background-color css

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

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

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

border-color css

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

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

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