Html Css Color HEX #511E02 Baker's Chocolate

📋 copy color: '#511E02'

red 81 ◦ green 30 ◦ blue 2

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

Shades of Baker's Chocolate #511E02

Tints of Baker's Chocolate #511E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.55%

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

R = 71.68%
G = 26.55%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#511E02 (or 0x511E02) is known color: Baker's Chocolate. HEX triplet: 51, 1E and 02. RGB value is (81,30,2). Sum of RGB (Red+Green+Blue) = 81+30+2=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #511E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E02 is #AEE1FD. Grayscale: #2A2A2A. Windows color (decimal): -11461118 or 138833. OLE color: 138833.

HSL color Cylindrical-coordinate representation of color #511E02: hue angle of 21.27º 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 #511E02 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 30 2 -
CMYK 0 0.63 0.98 0.68
HSL 21.27º 0.95% 0.16% -
HSV(B) 21.27º 0.98% 0.32% -
XYZ 3.87 2.68 0.37 -
YUV 42.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 81 30 2 0 0.63 0.98 0.68 21.27 0.95 0.16
Hex 51 1E 2 0 3F 62 44 15 5F 10
Octal 121 36 2 0 77 142 104 25 137 20
Binary 1010001 11110 10 0 111111 1100010 1000100 10101 1011111 10000

Color Harmonies of #511E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E02

Black with #511E02

Text Example


Text Example

White with #511E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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