Html Css Color HEX #534F22 Bronze Olive

📋 copy color: '#534F22'

red 83 ◦ green 79 ◦ blue 34

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

Shades of Bronze Olive #534F22

Tints of Bronze Olive #534F22

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.31%

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

R = 42.35%
G = 40.31%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#534F22 (or 0x534F22) is known color: Bronze Olive. HEX triplet: 53, 4F and 22. RGB value is (83,79,34). Sum of RGB (Red+Green+Blue) = 83+79+34=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F22 is #ACB0DD. Grayscale: #4B4B4B. Windows color (decimal): -11317470 or 2248531. OLE color: 2248531.

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

Color convert

RGB 83 79 34 -
CMYK 0 0.05 0.59 0.67
HSL 55.1º 0.42% 0.23% -
HSV(B) 55.1º 0.59% 0.33% -
XYZ 6.65 7.55 2.62 -
YUV 75.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 83 79 34 0 0.05 0.59 0.67 55.1 0.42 0.23
Hex 53 4F 22 0 5 3B 43 37 2A 17
Octal 123 117 42 0 5 73 103 67 52 27
Binary 1010011 1001111 100010 0 101 111011 1000011 110111 101010 10111

Color Harmonies of #534F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F22

Black with #534F22

Text Example


Text Example

White with #534F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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