Html Css Color HEX #534A26 Bronze Olive

📋 copy color: '#534A26'

red 83 ◦ green 74 ◦ blue 38

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

Shades of Bronze Olive #534A26

Tints of Bronze Olive #534A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 42.56%
G = 37.95%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#534A26 (or 0x534A26) is known color: Bronze Olive. HEX triplet: 53, 4A and 26. RGB value is (83,74,38). Sum of RGB (Red+Green+Blue) = 83+74+38=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A26 is #ACB5D9. Grayscale: #484848. Windows color (decimal): -11318746 or 2509395. OLE color: 2509395.

HSL color Cylindrical-coordinate representation of color #534A26: hue angle of 48º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534A26 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 38 -
CMYK 0 0.11 0.54 0.67
HSL 48º 0.37% 0.24% -
HSV(B) 48º 0.54% 0.33% -
XYZ 6.37 6.88 2.83 -
YUV 72.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 83 74 38 0 0.11 0.54 0.67 48 0.37 0.24
Hex 53 4A 26 0 B 36 43 30 25 18
Octal 123 112 46 0 13 66 103 60 45 30
Binary 1010011 1001010 100110 0 1011 110110 1000011 110000 100101 11000

Color Harmonies of #534A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A26

Black with #534A26

Text Example


Text Example

White with #534A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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