Html Css Color HEX #534C12 Bronze Olive

📋 copy color: '#534C12'

red 83 ◦ green 76 ◦ blue 18

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

Shades of Bronze Olive #534C12

Tints of Bronze Olive #534C12

RGB

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

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

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

R = 46.89%
G = 42.94%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#534C12 (or 0x534C12) is known color: Bronze Olive. HEX triplet: 53, 4C and 12. RGB value is (83,76,18). Sum of RGB (Red+Green+Blue) = 83+76+18=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #534C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C12 is #ACB3ED. Grayscale: #474747. Windows color (decimal): -11318254 or 1199187. OLE color: 1199187.

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

Color convert

RGB 83 76 18 -
CMYK 0 0.08 0.78 0.67
HSL 53.54º 0.64% 0.2% -
HSV(B) 53.54º 0.78% 0.33% -
XYZ 6.26 7.05 1.6 -
YUV 71.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 83 76 18 0 0.08 0.78 0.67 53.54 0.64 0.2
Hex 53 4C 12 0 8 4E 43 36 40 14
Octal 123 114 22 0 10 116 103 66 100 24
Binary 1010011 1001100 10010 0 1000 1001110 1000011 110110 1000000 10100

Color Harmonies of #534C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C12

Black with #534C12

Text Example


Text Example

White with #534C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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