Html Css Color HEX #51402B Deep Bronze

📋 copy color: '#51402B'

red 81 ◦ green 64 ◦ blue 43

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

Shades of Deep Bronze #51402B

Tints of Deep Bronze #51402B

RGB

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

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

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

R = 43.09%
G = 34.04%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51402B (or 0x51402B) is known color: Deep Bronze. HEX triplet: 51, 40 and 2B. RGB value is (81,64,43). Sum of RGB (Red+Green+Blue) = 81+64+43=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #51402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51402B is #AEBFD4. Grayscale: #424242. Windows color (decimal): -11452373 or 2834513. OLE color: 2834513.

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

Color convert

RGB 81 64 43 -
CMYK 0 0.21 0.47 0.68
HSL 33.16º 0.31% 0.24% -
HSV(B) 33.16º 0.47% 0.32% -
XYZ 5.66 5.59 3.07 -
YUV 66.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 81 64 43 0 0.21 0.47 0.68 33.16 0.31 0.24
Hex 51 40 2B 0 15 2F 44 21 1F 18
Octal 121 100 53 0 25 57 104 41 37 30
Binary 1010001 1000000 101011 0 10101 101111 1000100 100001 11111 11000

Color Harmonies of #51402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51402B

Black with #51402B

Text Example


Text Example

White with #51402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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