Html Css Color HEX #534F14 Bronze Olive

📋 copy color: '#534F14'

red 83 ◦ green 79 ◦ blue 20

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

Shades of Bronze Olive #534F14

Tints of Bronze Olive #534F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.41%

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

R = 45.6%
G = 43.41%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#534F14 (or 0x534F14) is known color: Bronze Olive. HEX triplet: 53, 4F and 14. RGB value is (83,79,20). Sum of RGB (Red+Green+Blue) = 83+79+20=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #534F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F14 is #ACB0EB. Grayscale: #494949. Windows color (decimal): -11317484 or 1331027. OLE color: 1331027.

HSL color Cylindrical-coordinate representation of color #534F14: hue angle of 56.19º 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 #534F14 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 79 20 -
CMYK 0 0.05 0.76 0.67
HSL 56.19º 0.61% 0.2% -
HSV(B) 56.19º 0.76% 0.33% -
XYZ 6.49 7.48 1.76 -
YUV 73.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 83 79 20 0 0.05 0.76 0.67 56.19 0.61 0.2
Hex 53 4F 14 0 5 4C 43 38 3D 14
Octal 123 117 24 0 5 114 103 70 75 24
Binary 1010011 1001111 10100 0 101 1001100 1000011 111000 111101 10100

Color Harmonies of #534F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F14

Black with #534F14

Text Example


Text Example

White with #534F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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