Html Css Color HEX #534E18 Bronze Olive

📋 copy color: '#534E18'

red 83 ◦ green 78 ◦ blue 24

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

Shades of Bronze Olive #534E18

Tints of Bronze Olive #534E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 44.86%
G = 42.16%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#534E18 (or 0x534E18) is known color: Bronze Olive. HEX triplet: 53, 4E and 18. RGB value is (83,78,24). Sum of RGB (Red+Green+Blue) = 83+78+24=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E18 is #ACB1E7. Grayscale: #494949. Windows color (decimal): -11317736 or 1592915. OLE color: 1592915.

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

Color convert

RGB 83 78 24 -
CMYK 0 0.06 0.71 0.67
HSL 54.92º 0.55% 0.21% -
HSV(B) 54.92º 0.71% 0.33% -
XYZ 6.46 7.35 1.94 -
YUV 73.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 83 78 24 0 0.06 0.71 0.67 54.92 0.55 0.21
Hex 53 4E 18 0 6 47 43 37 37 15
Octal 123 116 30 0 6 107 103 67 67 25
Binary 1010011 1001110 11000 0 110 1000111 1000011 110111 110111 10101

Color Harmonies of #534E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E18

Black with #534E18

Text Example


Text Example

White with #534E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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