Html Css Color HEX #534A22 Bronze Olive

📋 copy color: '#534A22'

red 83 ◦ green 74 ◦ blue 34

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

Shades of Bronze Olive #534A22

Tints of Bronze Olive #534A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.8%

R = 43.46%
G = 38.74%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#534A22 (or 0x534A22) is known color: Bronze Olive. HEX triplet: 53, 4A and 22. RGB value is (83,74,34). Sum of RGB (Red+Green+Blue) = 83+74+34=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A22 is #ACB5DD. Grayscale: #484848. Windows color (decimal): -11318750 or 2247251. OLE color: 2247251.

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

Color convert

RGB 83 74 34 -
CMYK 0 0.11 0.59 0.67
HSL 48.98º 0.42% 0.23% -
HSV(B) 48.98º 0.59% 0.33% -
XYZ 6.3 6.85 2.5 -
YUV 72.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 83 74 34 0 0.11 0.59 0.67 48.98 0.42 0.23
Hex 53 4A 22 0 B 3B 43 31 2A 17
Octal 123 112 42 0 13 73 103 61 52 27
Binary 1010011 1001010 100010 0 1011 111011 1000011 110001 101010 10111

Color Harmonies of #534A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A22

Black with #534A22

Text Example


Text Example

White with #534A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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