Html Css Color HEX #534E10 Bronze Olive

📋 copy color: '#534E10'

red 83 ◦ green 78 ◦ blue 16

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

Shades of Bronze Olive #534E10

Tints of Bronze Olive #534E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 46.89%
G = 44.07%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534E10 (or 0x534E10) is known color: Bronze Olive. HEX triplet: 53, 4E and 10. RGB value is (83,78,16). Sum of RGB (Red+Green+Blue) = 83+78+16=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #534E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E10 is #ACB1EF. Grayscale: #484848. Windows color (decimal): -11317744 or 1068627. OLE color: 1068627.

HSL color Cylindrical-coordinate representation of color #534E10: hue angle of 55.52º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #534E10 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 78 16 -
CMYK 0 0.06 0.81 0.67
HSL 55.52º 0.68% 0.19% -
HSV(B) 55.52º 0.81% 0.33% -
XYZ 6.39 7.33 1.57 -
YUV 72.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 83 78 16 0 0.06 0.81 0.67 55.52 0.68 0.19
Hex 53 4E 10 0 6 51 43 38 44 13
Octal 123 116 20 0 6 121 103 70 104 23
Binary 1010011 1001110 10000 0 110 1010001 1000011 111000 1000100 10011

Color Harmonies of #534E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E10

Black with #534E10

Text Example


Text Example

White with #534E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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