Html Css Color HEX #51422E Deep Bronze

📋 copy color: '#51422E'

red 81 ◦ green 66 ◦ blue 46

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

Shades of Deep Bronze #51422E

Tints of Deep Bronze #51422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

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

R = 41.97%
G = 34.2%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#51422E (or 0x51422E) is known color: Deep Bronze. HEX triplet: 51, 42 and 2E. RGB value is (81,66,46). Sum of RGB (Red+Green+Blue) = 81+66+46=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51422E is #AEBDD1. Grayscale: #444444. Windows color (decimal): -11451858 or 3031633. OLE color: 3031633.

HSL color Cylindrical-coordinate representation of color #51422E: hue angle of 34.29º 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 #51422E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 66 46 -
CMYK 0 0.19 0.43 0.68
HSL 34.29º 0.28% 0.25% -
HSV(B) 34.29º 0.43% 0.32% -
XYZ 5.83 5.84 3.41 -
YUV 68.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 81 66 46 0 0.19 0.43 0.68 34.29 0.28 0.25
Hex 51 42 2E 0 13 2B 44 22 1C 19
Octal 121 102 56 0 23 53 104 42 34 31
Binary 1010001 1000010 101110 0 10011 101011 1000100 100010 11100 11001

Color Harmonies of #51422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51422E

Black with #51422E

Text Example


Text Example

White with #51422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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