Html Css Color HEX #534A12 Bronze Olive

📋 copy color: '#534A12'

red 83 ◦ green 74 ◦ blue 18

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

Shades of Bronze Olive #534A12

Tints of Bronze Olive #534A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.29%

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

R = 47.43%
G = 42.29%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#534A12 (or 0x534A12) is known color: Bronze Olive. HEX triplet: 53, 4A and 12. RGB value is (83,74,18). Sum of RGB (Red+Green+Blue) = 83+74+18=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A12 is #ACB5ED. Grayscale: #464646. Windows color (decimal): -11318766 or 1198675. OLE color: 1198675.

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

Color convert

RGB 83 74 18 -
CMYK 0 0.11 0.78 0.67
HSL 51.69º 0.64% 0.2% -
HSV(B) 51.69º 0.78% 0.33% -
XYZ 6.13 6.78 1.56 -
YUV 70.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 83 74 18 0 0.11 0.78 0.67 51.69 0.64 0.2
Hex 53 4A 12 0 B 4E 43 34 40 14
Octal 123 112 22 0 13 116 103 64 100 24
Binary 1010011 1001010 10010 0 1011 1001110 1000011 110100 1000000 10100

Color Harmonies of #534A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A12

Black with #534A12

Text Example


Text Example

White with #534A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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