Html Css Color HEX #534E12 Bronze Olive

📋 copy color: '#534E12'

red 83 ◦ green 78 ◦ blue 18

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

Shades of Bronze Olive #534E12

Tints of Bronze Olive #534E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.58%

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

R = 46.37%
G = 43.58%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#534E12 (or 0x534E12) is known color: Bronze Olive. HEX triplet: 53, 4E and 12. RGB value is (83,78,18). Sum of RGB (Red+Green+Blue) = 83+78+18=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E12 is #ACB1ED. Grayscale: #484848. Windows color (decimal): -11317742 or 1199699. OLE color: 1199699.

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

Color convert

RGB 83 78 18 -
CMYK 0 0.06 0.78 0.67
HSL 55.38º 0.64% 0.2% -
HSV(B) 55.38º 0.78% 0.33% -
XYZ 6.4 7.33 1.65 -
YUV 72.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 83 78 18 0 0.06 0.78 0.67 55.38 0.64 0.2
Hex 53 4E 12 0 6 4E 43 37 40 14
Octal 123 116 22 0 6 116 103 67 100 24
Binary 1010011 1001110 10010 0 110 1001110 1000011 110111 1000000 10100

Color Harmonies of #534E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E12

Black with #534E12

Text Example


Text Example

White with #534E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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