Html Css Color HEX #51412D Deep Bronze

📋 copy color: '#51412D'

red 81 ◦ green 65 ◦ blue 45

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

Shades of Deep Bronze #51412D

Tints of Deep Bronze #51412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 42.41%
G = 34.03%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#51412D (or 0x51412D) is known color: Deep Bronze. HEX triplet: 51, 41 and 2D. RGB value is (81,65,45). Sum of RGB (Red+Green+Blue) = 81+65+45=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51412D is #AEBED2. Grayscale: #434343. Windows color (decimal): -11452115 or 2965841. OLE color: 2965841.

HSL color Cylindrical-coordinate representation of color #51412D: hue angle of 33.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51412D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 45 -
CMYK 0 0.20 0.44 0.68
HSL 33.33º 0.29% 0.25% -
HSV(B) 33.33º 0.44% 0.32% -
XYZ 5.76 5.72 3.28 -
YUV 67.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 81 65 45 0 0.20 0.44 0.68 33.33 0.29 0.25
Hex 51 41 2D 0 14 2C 44 21 1D 19
Octal 121 101 55 0 24 54 104 41 35 31
Binary 1010001 1000001 101101 0 10100 101100 1000100 100001 11101 11001

Color Harmonies of #51412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51412D

Black with #51412D

Text Example


Text Example

White with #51412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51412D; }

 p { color: rgb(81,65,45); }

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

background-color css

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

 a { background-color: rgb(81,65,45); }

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

border-color css

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

 span { border-color: rgb(81,65,45); }

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