Html Css Color HEX #534C19 Bronze Olive

📋 copy color: '#534C19'

red 83 ◦ green 76 ◦ blue 25

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

Shades of Bronze Olive #534C19

Tints of Bronze Olive #534C19

RGB

 RED value IS 83 (32.81% from 255) = 45.11%

 GREEN value IS 76 (30.08% from 255) = 41.3%

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 45.11%
G = 41.3%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#534C19 (or 0x534C19) is known color: Bronze Olive. HEX triplet: 53, 4C and 19. RGB value is (83,76,25). Sum of RGB (Red+Green+Blue) = 83+76+25=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C19 is #ACB3E6. Grayscale: #484848. Windows color (decimal): -11318247 or 1657939. OLE color: 1657939.

HSL color Cylindrical-coordinate representation of color #534C19: hue angle of 52.76º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534C19 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 25 -
CMYK 0 0.08 0.70 0.67
HSL 52.76º 0.54% 0.21% -
HSV(B) 52.76º 0.7% 0.33% -
XYZ 6.33 7.08 1.95 -
YUV 72.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 83 76 25 0 0.08 0.70 0.67 52.76 0.54 0.21
Hex 53 4C 19 0 8 46 43 35 36 15
Octal 123 114 31 0 10 106 103 65 66 25
Binary 1010011 1001100 11001 0 1000 1000110 1000011 110101 110110 10101

Color Harmonies of #534C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C19

Black with #534C19

Text Example


Text Example

White with #534C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534C19; }

 p { color: rgb(83,76,25); }

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

background-color css

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

 a { background-color: rgb(83,76,25); }

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

border-color css

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

 span { border-color: rgb(83,76,25); }

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