Html Css Color HEX #51402A Deep Bronze

📋 copy color: '#51402A'

red 81 ◦ green 64 ◦ blue 42

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

Shades of Deep Bronze #51402A

Tints of Deep Bronze #51402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 43.32%
G = 34.22%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#51402A (or 0x51402A) is known color: Deep Bronze. HEX triplet: 51, 40 and 2A. RGB value is (81,64,42). Sum of RGB (Red+Green+Blue) = 81+64+42=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #51402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51402A is #AEBFD5. Grayscale: #424242. Windows color (decimal): -11452374 or 2768977. OLE color: 2768977.

HSL color Cylindrical-coordinate representation of color #51402A: hue angle of 33.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51402A is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 42 -
CMYK 0 0.21 0.48 0.68
HSL 33.85º 0.32% 0.24% -
HSV(B) 33.85º 0.48% 0.32% -
XYZ 5.64 5.58 2.97 -
YUV 66.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 81 64 42 0 0.21 0.48 0.68 33.85 0.32 0.24
Hex 51 40 2A 0 15 30 44 22 20 18
Octal 121 100 52 0 25 60 104 42 40 30
Binary 1010001 1000000 101010 0 10101 110000 1000100 100010 100000 11000

Color Harmonies of #51402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51402A

Black with #51402A

Text Example


Text Example

White with #51402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51402A; }

 p { color: rgb(81,64,42); }

 H1.HeaderClassName
 {
   color: #51402A;
 }
 .AnyTagClassName
 {
   color: #51402A;
 }
</style>

background-color css

<style>
 a { background-color: #51402A; }

 a { background-color: rgb(81,64,42); }

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

border-color css

<style>
 span { border-color: #51402A; }

 span { border-color: rgb(81,64,42); }

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