Html Css Color HEX #512B02 Baker's Chocolate

📋 copy color: '#512B02'

red 81 ◦ green 43 ◦ blue 2

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

Shades of Baker's Chocolate #512B02

Tints of Baker's Chocolate #512B02

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.13%

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

R = 64.29%
G = 34.13%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#512B02 (or 0x512B02) is known color: Baker's Chocolate. HEX triplet: 51, 2B and 02. RGB value is (81,43,2). Sum of RGB (Red+Green+Blue) = 81+43+2=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B02 is #AED4FD. Grayscale: #313131. Windows color (decimal): -11457790 or 142161. OLE color: 142161.

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

Color convert

RGB 81 43 2 -
CMYK 0 0.47 0.98 0.68
HSL 31.14º 0.95% 0.16% -
HSV(B) 31.14º 0.98% 0.32% -
XYZ 4.27 3.48 0.5 -
YUV 49.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 81 43 2 0 0.47 0.98 0.68 31.14 0.95 0.16
Hex 51 2B 2 0 2F 62 44 1F 5F 10
Octal 121 53 2 0 57 142 104 37 137 20
Binary 1010001 101011 10 0 101111 1100010 1000100 11111 1011111 10000

Color Harmonies of #512B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B02

Black with #512B02

Text Example


Text Example

White with #512B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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