Html Css Color HEX #512B08 Baker's Chocolate

📋 copy color: '#512B08'

red 81 ◦ green 43 ◦ blue 8

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

Shades of Baker's Chocolate #512B08

Tints of Baker's Chocolate #512B08

RGB

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

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

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

R = 61.36%
G = 32.58%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#512B08 (or 0x512B08) is known color: Baker's Chocolate. HEX triplet: 51, 2B and 08. RGB value is (81,43,8). Sum of RGB (Red+Green+Blue) = 81+43+8=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #512B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B08 is #AED4F7. Grayscale: #323232. Windows color (decimal): -11457784 or 535377. OLE color: 535377.

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

Color convert

RGB 81 43 8 -
CMYK 0 0.47 0.90 0.68
HSL 28.77º 0.82% 0.17% -
HSV(B) 28.77º 0.9% 0.32% -
XYZ 4.3 3.49 0.68 -
YUV 50.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 81 43 8 0 0.47 0.90 0.68 28.77 0.82 0.17
Hex 51 2B 8 0 2F 5A 44 1D 52 11
Octal 121 53 10 0 57 132 104 35 122 21
Binary 1010001 101011 1000 0 101111 1011010 1000100 11101 1010010 10001

Color Harmonies of #512B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B08

Black with #512B08

Text Example


Text Example

White with #512B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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