Html Css Color HEX #534422 Bronze Olive

📋 copy color: '#534422'

red 83 ◦ green 68 ◦ blue 34

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

Shades of Bronze Olive #534422

Tints of Bronze Olive #534422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

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

R = 44.86%
G = 36.76%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#534422 (or 0x534422) is known color: Bronze Olive. HEX triplet: 53, 44 and 22. RGB value is (83,68,34). Sum of RGB (Red+Green+Blue) = 83+68+34=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534422 is #ACBBDD. Grayscale: #444444. Windows color (decimal): -11320286 or 2245715. OLE color: 2245715.

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

Color convert

RGB 83 68 34 -
CMYK 0 0.18 0.59 0.67
HSL 41.63º 0.42% 0.23% -
HSV(B) 41.63º 0.59% 0.33% -
XYZ 5.92 6.09 2.38 -
YUV 68.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 83 68 34 0 0.18 0.59 0.67 41.63 0.42 0.23
Hex 53 44 22 0 12 3B 43 2A 2A 17
Octal 123 104 42 0 22 73 103 52 52 27
Binary 1010011 1000100 100010 0 10010 111011 1000011 101010 101010 10111

Color Harmonies of #534422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534422

Black with #534422

Text Example


Text Example

White with #534422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534422; }

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

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

background-color css

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

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

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

border-color css

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

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

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