Html Css Color HEX #534F12 Bronze Olive

📋 copy color: '#534F12'

red 83 ◦ green 79 ◦ blue 18

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

Shades of Bronze Olive #534F12

Tints of Bronze Olive #534F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10%

R = 46.11%
G = 43.89%
B = 10%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#534F12 (or 0x534F12) is known color: Bronze Olive. HEX triplet: 53, 4F and 12. RGB value is (83,79,18). Sum of RGB (Red+Green+Blue) = 83+79+18=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #534F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F12 is #ACB0ED. Grayscale: #494949. Windows color (decimal): -11317486 or 1199955. OLE color: 1199955.

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

Color convert

RGB 83 79 18 -
CMYK 0 0.05 0.78 0.67
HSL 56.31º 0.64% 0.2% -
HSV(B) 56.31º 0.78% 0.33% -
XYZ 6.47 7.47 1.67 -
YUV 73.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 83 79 18 0 0.05 0.78 0.67 56.31 0.64 0.2
Hex 53 4F 12 0 5 4E 43 38 40 14
Octal 123 117 22 0 5 116 103 70 100 24
Binary 1010011 1001111 10010 0 101 1001110 1000011 111000 1000000 10100

Color Harmonies of #534F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F12

Black with #534F12

Text Example


Text Example

White with #534F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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