Html Css Color HEX #51402E Deep Bronze

📋 copy color: '#51402E'

red 81 ◦ green 64 ◦ blue 46

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

Shades of Deep Bronze #51402E

Tints of Deep Bronze #51402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.08%

R = 42.41%
G = 33.51%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#51402E (or 0x51402E) is known color: Deep Bronze. HEX triplet: 51, 40 and 2E. RGB value is (81,64,46). Sum of RGB (Red+Green+Blue) = 81+64+46=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51402E is #AEBFD1. Grayscale: #434343. Windows color (decimal): -11452370 or 3031121. OLE color: 3031121.

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

Color convert

RGB 81 64 46 -
CMYK 0 0.21 0.43 0.68
HSL 30.86º 0.28% 0.25% -
HSV(B) 30.86º 0.43% 0.32% -
XYZ 5.72 5.61 3.37 -
YUV 67.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 81 64 46 0 0.21 0.43 0.68 30.86 0.28 0.25
Hex 51 40 2E 0 15 2B 44 1F 1C 19
Octal 121 100 56 0 25 53 104 37 34 31
Binary 1010001 1000000 101110 0 10101 101011 1000100 11111 11100 11001

Color Harmonies of #51402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51402E

Black with #51402E

Text Example


Text Example

White with #51402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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