Html Css Color HEX #534C14 Bronze Olive

📋 copy color: '#534C14'

red 83 ◦ green 76 ◦ blue 20

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

Shades of Bronze Olive #534C14

Tints of Bronze Olive #534C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 46.37%
G = 42.46%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#534C14 (or 0x534C14) is known color: Bronze Olive. HEX triplet: 53, 4C and 14. RGB value is (83,76,20). Sum of RGB (Red+Green+Blue) = 83+76+20=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C14 is #ACB3EB. Grayscale: #474747. Windows color (decimal): -11318252 or 1330259. OLE color: 1330259.

HSL color Cylindrical-coordinate representation of color #534C14: hue angle of 53.33º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #534C14 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 20 -
CMYK 0 0.08 0.76 0.67
HSL 53.33º 0.61% 0.2% -
HSV(B) 53.33º 0.76% 0.33% -
XYZ 6.28 7.06 1.69 -
YUV 71.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 83 76 20 0 0.08 0.76 0.67 53.33 0.61 0.2
Hex 53 4C 14 0 8 4C 43 35 3D 14
Octal 123 114 24 0 10 114 103 65 75 24
Binary 1010011 1001100 10100 0 1000 1001100 1000011 110101 111101 10100

Color Harmonies of #534C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C14

Black with #534C14

Text Example


Text Example

White with #534C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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