Html Css Color HEX #511F02 Baker's Chocolate

📋 copy color: '#511F02'

red 81 ◦ green 31 ◦ blue 2

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

Shades of Baker's Chocolate #511F02

Tints of Baker's Chocolate #511F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.19%

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

R = 71.05%
G = 27.19%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#511F02 (or 0x511F02) is known color: Baker's Chocolate. HEX triplet: 51, 1F and 02. RGB value is (81,31,2). Sum of RGB (Red+Green+Blue) = 81+31+2=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #511F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F02 is #AEE0FD. Grayscale: #2A2A2A. Windows color (decimal): -11460862 or 139089. OLE color: 139089.

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

Color convert

RGB 81 31 2 -
CMYK 0 0.62 0.98 0.68
HSL 22.03º 0.95% 0.16% -
HSV(B) 22.03º 0.98% 0.32% -
XYZ 3.89 2.73 0.38 -
YUV 42.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 81 31 2 0 0.62 0.98 0.68 22.03 0.95 0.16
Hex 51 1F 2 0 3E 62 44 16 5F 10
Octal 121 37 2 0 76 142 104 26 137 20
Binary 1010001 11111 10 0 111110 1100010 1000100 10110 1011111 10000

Color Harmonies of #511F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F02

Black with #511F02

Text Example


Text Example

White with #511F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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