Html Css Color HEX #534418 Bronze Olive

📋 copy color: '#534418'

red 83 ◦ green 68 ◦ blue 24

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

Shades of Bronze Olive #534418

Tints of Bronze Olive #534418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 47.43%
G = 38.86%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#534418 (or 0x534418) is known color: Bronze Olive. HEX triplet: 53, 44 and 18. RGB value is (83,68,24). Sum of RGB (Red+Green+Blue) = 83+68+24=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534418 is #ACBBE7. Grayscale: #434343. Windows color (decimal): -11320296 or 1590355. OLE color: 1590355.

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

Color convert

RGB 83 68 24 -
CMYK 0 0.18 0.71 0.67
HSL 44.75º 0.55% 0.21% -
HSV(B) 44.75º 0.71% 0.33% -
XYZ 5.8 6.04 1.72 -
YUV 67.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 83 68 24 0 0.18 0.71 0.67 44.75 0.55 0.21
Hex 53 44 18 0 12 47 43 2D 37 15
Octal 123 104 30 0 22 107 103 55 67 25
Binary 1010011 1000100 11000 0 10010 1000111 1000011 101101 110111 10101

Color Harmonies of #534418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534418

Black with #534418

Text Example


Text Example

White with #534418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534418; }

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

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

background-color css

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

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

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

border-color css

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

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

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