Html Css Color HEX #51422C Deep Bronze

📋 copy color: '#51422C'

red 81 ◦ green 66 ◦ blue 44

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

Shades of Deep Bronze #51422C

Tints of Deep Bronze #51422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 42.41%
G = 34.55%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#51422C (or 0x51422C) is known color: Deep Bronze. HEX triplet: 51, 42 and 2C. RGB value is (81,66,44). Sum of RGB (Red+Green+Blue) = 81+66+44=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51422C is #AEBDD3. Grayscale: #444444. Windows color (decimal): -11451860 or 2900561. OLE color: 2900561.

HSL color Cylindrical-coordinate representation of color #51422C: hue angle of 35.68º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51422C is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 66 44 -
CMYK 0 0.19 0.46 0.68
HSL 35.68º 0.3% 0.25% -
HSV(B) 35.68º 0.46% 0.32% -
XYZ 5.8 5.83 3.2 -
YUV 67.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 81 66 44 0 0.19 0.46 0.68 35.68 0.3 0.25
Hex 51 42 2C 0 13 2E 44 24 1E 19
Octal 121 102 54 0 23 56 104 44 36 31
Binary 1010001 1000010 101100 0 10011 101110 1000100 100100 11110 11001

Color Harmonies of #51422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51422C

Black with #51422C

Text Example


Text Example

White with #51422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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