Html Css Color HEX #514233 Deep Bronze

📋 copy color: '#514233'

red 81 ◦ green 66 ◦ blue 51

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

Shades of Deep Bronze #514233

Tints of Deep Bronze #514233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 40.91%
G = 33.33%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#514233 (or 0x514233) is known color: Deep Bronze. HEX triplet: 51, 42 and 33. RGB value is (81,66,51). Sum of RGB (Red+Green+Blue) = 81+66+51=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #514233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514233 is #AEBDCC. Grayscale: #444444. Windows color (decimal): -11451853 or 3359313. OLE color: 3359313.

HSL color Cylindrical-coordinate representation of color #514233: hue angle of 30º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514233 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 66 51 -
CMYK 0 0.19 0.37 0.68
HSL 30º 0.23% 0.26% -
HSV(B) 30º 0.37% 0.32% -
XYZ 5.94 5.88 3.95 -
YUV 68.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 81 66 51 0 0.19 0.37 0.68 30 0.23 0.26
Hex 51 42 33 0 13 25 44 1E 17 1A
Octal 121 102 63 0 23 45 104 36 27 32
Binary 1010001 1000010 110011 0 10011 100101 1000100 11110 10111 11010

Color Harmonies of #514233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514233

Black with #514233

Text Example


Text Example

White with #514233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514233; }

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

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

background-color css

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

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

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

border-color css

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

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

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