Html Css Color HEX #513502 Baker's Chocolate

📋 copy color: '#513502'

red 81 ◦ green 53 ◦ blue 2

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

Shades of Baker's Chocolate #513502

Tints of Baker's Chocolate #513502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.47%

R = 59.56%
G = 38.97%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#513502 (or 0x513502) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 02. RGB value is (81,53,2). Sum of RGB (Red+Green+Blue) = 81+53+2=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #513502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513502 is #AECAFD. Grayscale: #373737. Windows color (decimal): -11455230 or 144721. OLE color: 144721.

HSL color Cylindrical-coordinate representation of color #513502: hue angle of 38.73º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #513502 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 2 -
CMYK 0 0.35 0.98 0.68
HSL 38.73º 0.95% 0.16% -
HSV(B) 38.73º 0.98% 0.32% -
XYZ 4.68 4.3 0.64 -
YUV 55.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 81 53 2 0 0.35 0.98 0.68 38.73 0.95 0.16
Hex 51 35 2 0 23 62 44 27 5F 10
Octal 121 65 2 0 43 142 104 47 137 20
Binary 1010001 110101 10 0 100011 1100010 1000100 100111 1011111 10000

Color Harmonies of #513502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513502

Black with #513502

Text Example


Text Example

White with #513502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513502; }

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

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

background-color css

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

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

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

border-color css

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

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

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