Html Css Color HEX #51481C Bronze Olive

📋 copy color: '#51481C'

red 81 ◦ green 72 ◦ blue 28

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

Shades of Bronze Olive #51481C

Tints of Bronze Olive #51481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 44.75%
G = 39.78%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51481C (or 0x51481C) is known color: Bronze Olive. HEX triplet: 51, 48 and 1C. RGB value is (81,72,28). Sum of RGB (Red+Green+Blue) = 81+72+28=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51481C is #AEB7E3. Grayscale: #454545. Windows color (decimal): -11450340 or 1853521. OLE color: 1853521.

HSL color Cylindrical-coordinate representation of color #51481C: hue angle of 49.81º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51481C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 28 -
CMYK 0 0.11 0.65 0.68
HSL 49.81º 0.49% 0.21% -
HSV(B) 49.81º 0.65% 0.32% -
XYZ 5.92 6.47 2.04 -
YUV 69.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 81 72 28 0 0.11 0.65 0.68 49.81 0.49 0.21
Hex 51 48 1C 0 B 41 44 32 31 15
Octal 121 110 34 0 13 101 104 62 61 25
Binary 1010001 1001000 11100 0 1011 1000001 1000100 110010 110001 10101

Color Harmonies of #51481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51481C

Black with #51481C

Text Example


Text Example

White with #51481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,72,28); }

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

background-color css

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

 a { background-color: rgb(81,72,28); }

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

border-color css

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

 span { border-color: rgb(81,72,28); }

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