Html Css Color HEX #51451D Bronze Olive

📋 copy color: '#51451D'

red 81 ◦ green 69 ◦ blue 29

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

Shades of Bronze Olive #51451D

Tints of Bronze Olive #51451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.55%

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 45.25%
G = 38.55%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51451D (or 0x51451D) is known color: Bronze Olive. HEX triplet: 51, 45 and 1D. RGB value is (81,69,29). Sum of RGB (Red+Green+Blue) = 81+69+29=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51451D is #AEBAE2. Grayscale: #444444. Windows color (decimal): -11451107 or 1918289. OLE color: 1918289.

HSL color Cylindrical-coordinate representation of color #51451D: hue angle of 46.15º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51451D is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 29 -
CMYK 0 0.15 0.64 0.68
HSL 46.15º 0.47% 0.22% -
HSV(B) 46.15º 0.64% 0.32% -
XYZ 5.74 6.09 2.04 -
YUV 68.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 81 69 29 0 0.15 0.64 0.68 46.15 0.47 0.22
Hex 51 45 1D 0 F 40 44 2E 2F 16
Octal 121 105 35 0 17 100 104 56 57 26
Binary 1010001 1000101 11101 0 1111 1000000 1000100 101110 101111 10110

Color Harmonies of #51451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51451D

Black with #51451D

Text Example


Text Example

White with #51451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51451D; }

 p { color: rgb(81,69,29); }

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

background-color css

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

 a { background-color: rgb(81,69,29); }

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

border-color css

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

 span { border-color: rgb(81,69,29); }

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