Html Css Color HEX #51471C Bronze Olive

📋 copy color: '#51471C'

red 81 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #51471C

Tints of Bronze Olive #51471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

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

R = 45%
G = 39.44%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51471C (or 0x51471C) is known color: Bronze Olive. HEX triplet: 51, 47 and 1C. RGB value is (81,71,28). Sum of RGB (Red+Green+Blue) = 81+71+28=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51471C is #AEB8E3. Grayscale: #454545. Windows color (decimal): -11450596 or 1853265. OLE color: 1853265.

HSL color Cylindrical-coordinate representation of color #51471C: hue angle of 48.68º 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 #51471C is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 28 -
CMYK 0 0.12 0.65 0.68
HSL 48.68º 0.49% 0.21% -
HSV(B) 48.68º 0.65% 0.32% -
XYZ 5.86 6.34 2.01 -
YUV 69.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 81 71 28 0 0.12 0.65 0.68 48.68 0.49 0.21
Hex 51 47 1C 0 C 41 44 31 31 15
Octal 121 107 34 0 14 101 104 61 61 25
Binary 1010001 1000111 11100 0 1100 1000001 1000100 110001 110001 10101

Color Harmonies of #51471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51471C

Black with #51471C

Text Example


Text Example

White with #51471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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