Html Css Color HEX #51412B Deep Bronze

📋 copy color: '#51412B'

red 81 ◦ green 65 ◦ blue 43

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

Shades of Deep Bronze #51412B

Tints of Deep Bronze #51412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.75%

R = 42.86%
G = 34.39%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51412B (or 0x51412B) is known color: Deep Bronze. HEX triplet: 51, 41 and 2B. RGB value is (81,65,43). Sum of RGB (Red+Green+Blue) = 81+65+43=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #51412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51412B is #AEBED4. Grayscale: #434343. Windows color (decimal): -11452117 or 2834769. OLE color: 2834769.

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

Color convert

RGB 81 65 43 -
CMYK 0 0.20 0.47 0.68
HSL 34.74º 0.31% 0.24% -
HSV(B) 34.74º 0.47% 0.32% -
XYZ 5.72 5.7 3.09 -
YUV 67.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 81 65 43 0 0.20 0.47 0.68 34.74 0.31 0.24
Hex 51 41 2B 0 14 2F 44 23 1F 18
Octal 121 101 53 0 24 57 104 43 37 30
Binary 1010001 1000001 101011 0 10100 101111 1000100 100011 11111 11000

Color Harmonies of #51412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51412B

Black with #51412B

Text Example


Text Example

White with #51412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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