Html Css Color HEX #534424 Bronze Olive

📋 copy color: '#534424'

red 83 ◦ green 68 ◦ blue 36

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

Shades of Bronze Olive #534424

Tints of Bronze Olive #534424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 44.39%
G = 36.36%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#534424 (or 0x534424) is known color: Bronze Olive. HEX triplet: 53, 44 and 24. RGB value is (83,68,36). Sum of RGB (Red+Green+Blue) = 83+68+36=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534424 is #ACBBDB. Grayscale: #444444. Windows color (decimal): -11320284 or 2376787. OLE color: 2376787.

HSL color Cylindrical-coordinate representation of color #534424: hue angle of 40.85º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534424 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 36 -
CMYK 0 0.18 0.57 0.67
HSL 40.85º 0.39% 0.23% -
HSV(B) 40.85º 0.57% 0.33% -
XYZ 5.95 6.1 2.53 -
YUV 68.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 83 68 36 0 0.18 0.57 0.67 40.85 0.39 0.23
Hex 53 44 24 0 12 39 43 29 27 17
Octal 123 104 44 0 22 71 103 51 47 27
Binary 1010011 1000100 100100 0 10010 111001 1000011 101001 100111 10111

Color Harmonies of #534424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534424

Black with #534424

Text Example


Text Example

White with #534424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534424; }

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

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

background-color css

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

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

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

border-color css

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

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

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