Html Css Color HEX #514023 Deep Bronze

📋 copy color: '#514023'

red 81 ◦ green 64 ◦ blue 35

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

Shades of Deep Bronze #514023

Tints of Deep Bronze #514023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.44%

R = 45%
G = 35.56%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#514023 (or 0x514023) is known color: Deep Bronze. HEX triplet: 51, 40 and 23. RGB value is (81,64,35). Sum of RGB (Red+Green+Blue) = 81+64+35=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #514023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514023 is #AEBFDC. Grayscale: #414141. Windows color (decimal): -11452381 or 2310225. OLE color: 2310225.

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

Color convert

RGB 81 64 35 -
CMYK 0 0.21 0.57 0.68
HSL 37.83º 0.4% 0.23% -
HSV(B) 37.83º 0.57% 0.32% -
XYZ 5.53 5.54 2.37 -
YUV 65.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 81 64 35 0 0.21 0.57 0.68 37.83 0.4 0.23
Hex 51 40 23 0 15 39 44 26 28 17
Octal 121 100 43 0 25 71 104 46 50 27
Binary 1010001 1000000 100011 0 10101 111001 1000100 100110 101000 10111

Color Harmonies of #514023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514023

Black with #514023

Text Example


Text Example

White with #514023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514023; }

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

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

background-color css

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

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

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

border-color css

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

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

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